Revoke a certificate

Revoke a certificate

Body required
application/json

Certificate revocation request

Responses
  • 200 Certificate successfully revoked
    id
    string (Internal ID) required

    Object internal ID

    ca
    string required

    Name of the Certificate Authority the certificate is enrolled on

    certificate
    string required

    The PEM of the certificate

    dn
    string required

    The Distinguished Name of the certificate

    serial
    string required

    The serial number of the certificate

    issuer
    string required

    The Distinguished Name of the issuer of the certificate

    notBefore
    string required

    The start of the validity period of the certificate

    notAfter
    string required

    The end of the validity period of the certificate

    publicKeyThumbprint
    string required

    The thumbprint of the public key of the certificate

    revoked
    boolean required

    If true, the certificate is revoked

    template
    string | null

    Name of the Template the certificate is enrolled on

    revocationDate
    string | null

    The revocation date of the certificate

    revocationReason
    string | null (Revocation Reason)

    The revocation reason of the certificate

  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error