Certificates
AddCertificateRevocationList
Add a certificate revocation list to the specified store. The certificate revocation list is provided as a der encoded blob.
patch/v2/pki/{store}/crls
Path parameters
storestring required
The store to add the certificate to
Request body
string byte required
Response
The operation was successful.
Changes
Changed in 3 of the 27 revisions of this API.13
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲