Decode a x509 certificate (url encoded)

Decode a x509 certificate (url encoded)

Path parameters
pem
string required
Responses
  • 200 The decoded x509 certificate
    dn
    string required

    The certificate's Distinguished Name

    dnElements
    array of object (CFDistinguishedName) required
    issuerDn
    string required

    The certificate's issuer Distinguished Name

    notBefore
    integer required

    The certificate's start date in milliseconds since the epoch

    notAfter
    integer required

    The certificate's expiration date in milliseconds since the epoch

    keyType
    string (Keytype) required

    The certificate's key type

    Enum rsa-<size> ec-secp256r1 ec-secp384r1 ec-secp521r1 ed-Ed448 ed-Ed25519
    signingAlgorithm
    string required

    The certificate's signing algorithm

    pem
    string required

    The certificate's PEM-encoded content

    subjectKeyIdentifier
    string required
    certificateThumbprint
    string required

    The certificate's thumbprint

    certificateSHAOneThumbprint
    string required

    The thumbprint of the certificate using SHAOne algorithm

    publicKeyThumbprint
    string required

    The certificate's public key thumbprint

    keyUsages
    array of string required

    The certificate key's usage

    isKeyUsagesCritical
    boolean required

    If the key usage of the certificate are critical

    extendedKeyUsages
    array of string required

    The certificate extended key's usage

    isExtendedKeyUsagesCritical
    boolean required

    If the extended key usage are critical

    selfSigned
    boolean required

    Whether the certificate is self-signed

    basicConstraints
    object required
    serial
    string

    The certificate's serial number

    sans
    array of objects (models.certificate.SubjectAlternateName)

    The certificate's SAN

    extensions
    array of objects | null (models.certificate.extension.CertificateExtension)

    The certificate's extensions

    crldps
    array of string

    The certificate's CRLDP if any

    aias
    object

    The certificate's AIA

    policies
    array of object
    authorityKeyIdentifier
    string

    The certificate AKI

    unsupportedExtensions
    array of object
  • 400 Bad Request
  • 403 Forbidden action
  • 500 Internal Server error