Skip to main content
Skip table of contents

Certificate Statuses

EJBCA manages the statuses of certificates in the database using integer values. The statuses are described below.

ValueNumerical ValueDescription
CERT_UNASSIGNED0Certificate doesn't belong to anyone. This status is rarely used in modern EJBCA implementations.
CERT_INACTIVE10Assigned, but not yet active. This status is rarely used in modern EJBCA implementations.
CERT_ROLLOVERPENDING11Certificate is a new CA certificate which will become valid in the future. 
CERT_ACTIVE20Certificate is active and assigned.
CERT_NOTIFIEDABOUTEXPIRATION21Certificate is still active and the user is notified that it will soon expire. 
CERT_REVOKED40Certificate is revoked, permanently or temporarily.
CERT_ARCHIVED60

Certificate is expired and kept for archive purpose. This status is set automatically when a revoked and expired certificate is excluded from the Certificate Revocation List (CRL).

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.