CRL generation request for the considered Certificate Authority

Request the generation of a new CRL for the considered Certificate Authority. The CRL generation is asynchronous and will be performed at the earliest oppotunity. Regarding the lazy parameter:

  • If lazy is not specified of set to false, a new CRL will be issued
  • If lazy is set to true, a new CRL will be issued only if at least one certificate was revoked since the last CRL generation
Path parameters
name
string required
Query parameters
lazy
boolean | null
Responses
  • 204 CRL generation was successfully requested
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error