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
multipart/form-data

The x509 certificate file PEM or DER encoded

x509
string | string
Responses
  • 200 The trust chain bundle including the specified certificate

    Array [

    dn
    string required
    dnElements
    array of object (CFDistinguishedName) required
    issuerDn
    string required
    serial
    string required
    notBefore
    integer required
    notAfter
    integer required
    keyType
    string (Keytype) required
    Enum rsa-<size> ec-secp256r1 ec-secp384r1 ec-secp521r1 ed-Ed448 ed-Ed25519
    signingAlgorithm
    string required
    pem
    string required
    subjectKeyIdentifier
    string required
    certificateThumbprint
    string required
    isKeyUsagesCritical
    boolean required
    isExtendedKeyUsagesCritical
    boolean required
    selfSigned
    boolean required
    authorityKeyIdentifier
    string
    keyUsages
    array of string
    extendedKeyUsages
    array of string
    basicConstraints
    object
    sans
    array of objects (models.certificate.SubjectAlternateName)
    extensions
    array of object
    crldps
    array of string
    aias
    object
    policies
    array of object

    ]

  • 400 Bad Request
  • 403 Forbidden action
  • 500 Internal Server error