Digital Certificates - Certificate Revocation Lists

Update a certificate revocation lists (CRL)

Update an existing certificate revocation lists (CRL). This replaces the entire certificate with the new data provided.

put/workspace/tls/crls/{crl_id}

Path parameters

crl_idinteger required

The unique identifier of the certificate revocation list

Request body

idinteger required
namestring required
activeboolean

Indicates if the certificate revocation list is active. This field cannot be set to false.

last_editorstring required
created_atstring date-time nullable required

Timestamp of the certificate revocation list creation on the platform.

last_modifiedstring date-time required

Timestamp of the last modification made to the certificate content on the platform.

product_versionstring required
issuerstring required
last_updatestring date-time required

Timestamp of the last update issued by the certification revocation list issuer.

next_updatestring date-time required

Timestamp of the next scheduled update from the certification revocation list issuer.

crlstring required

Response

Certificate revocation list updated successfully.

statestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.