Decode a x509 certificate (file)
Decode a x509 certificate (file)
Body
required
The x509 certificate file PEM or DER encoded
x509
string | string
|
Responses
-
200 The decoded x509 certificate
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
-
401 Unauthorized request
-
403 Forbidden action