Retrieve the Trust chain from a x509 certificate (file)
Retrieve the Trust chain from a x509 certificate (file)
Query parameters
order
string
Enum
rtl
ltr
irtl
iltr
|
Body
required
The x509 certificate file PEM or DER encoded
x509
string | string
|
Responses
-
200 The trust chain bundle including the specified certificate
Array [
dnstring requiredThe certificate's distinguished name
dnElementsarray of object (DN Element) requiredThe distinguished name, with each element being an object
issuerDnstring requiredThe DN of this certificate's issuer
serialstring requiredThis certificate's serial number
notBeforeinteger requiredThis certificate's start of validity
notAfterinteger requiredThis certificate's end of validity
keyTypestring requiredThis certificate's keytype
signingAlgorithmstring requiredThs certificate's signing algorithm
pemstring requiredPEM encoded certificate
subjectKeyIdentifierstringThe subject key identifier of this certificate
sansarray of objects (SAN Element)List of this certificate's SANs
crldpsarray of stringThis certificate's CRL Distribution Points
aiasobjectThis certificate's Authority Information Access
]
-
400 Bad Request
-
500 Internal Server error