Adding a certificate revocation list
The certificate authority (CA) that issues a digital certificate can revoke the certificate any time the certificate validity period ends before its actual expiration data. For example, a certificate is revoked if the integrity of the certificate is compromised. The CA publishes a Certificate Revocation List (CRL) that contains a list of revoked certificates. CRLs are made publicly available so that anyone can verify whether a certificate that was used to sign a message is valid. The CRL ensures the integrity of the signatures, which are based on the expected level of trust that is associated with the type of certificate. In AS4 Microservice, you can also add lists of revoked certificates that you and your partners use to authenticate certificates.
Before you begin
You also can import a CRL as a resource from another installation of AS4 Microservice. For more information, see Resource Commands.
About this task
In AS4 Microservice, the Certificate Revocation List feature manages the lists that are referenced by CA certificates.
Procedure
- Log in to AS4 Microservice with the necessary access credentials.
- Select Security > Certificate Revocation List.
- In the collections page, click Add.
- In Distribution point, enter the URL for the certificate revocation list.
- Optional: In Publication interval, define the interval when this CRL is published. Configure the CRL to be valid for a long enough period to allow for the recovery of the CA if there is a hardware or software failure (hours, days, or weeks).
- Optional: In Tolerance period, set a reasonable overlap period to protect against CRL inaccessibility or replication failure, and select the unit of time (hours, days, or weeks).
- Click Save to save the digital certificate and return to the CA Certificates collection page.