Retrieve the Trust chain from a x509 certificate (url encoded)

Retrieve the Trust chain from a x509 certificate (url encoded)

Path parameters
pem
string required
Query parameters
order
string
Enum rtl ltr irtl iltr
Responses
  • 200 The trust chain bundle including the specified certificate

    Array [

    dn
    string required

    The certificate's distinguished name

    dnElements
    array of object (DN Element) required

    The distinguished name, with each element being an object

    issuerDn
    string required

    The DN of this certificate's issuer

    serial
    string required

    This certificate's serial number

    notBefore
    integer required

    This certificate's start of validity

    notAfter
    integer required

    This certificate's end of validity

    keyType
    string required

    This certificate's keytype

    signingAlgorithm
    string required

    Ths certificate's signing algorithm

    pem
    string required

    PEM encoded certificate

    subjectKeyIdentifier
    string

    The subject key identifier of this certificate

    sans
    array of objects (SAN Element)

    List of this certificate's SANs

    crldps
    array of string

    This certificate's CRL Distribution Points

    aias
    object

    This certificate's Authority Information Access

    ]

  • 400 Bad Request
  • 500 Internal Server error