v1

latestOpenAPI 3.0.12026-07-1719674.9 KB
fabric-ca-server

Generates a Certifcate Revocation List (CRL)

post/api/v1/gencrl

Query parameters

castring

The name of the CA to direct this request to within the server, or the default CA if not specified

Headers

Authorizationstring required

An enrollment token consisting of two base 64 encoded parts separated by a period:

  • an enrollment certificate;
  • a signature over the HTTP method, URL path, request body, and the certificate.

Request body

revokedafterstring

Include certificates that were revoked after this UTC timestamp (in RFC3339 format) in the CRL

revokedbeforestring

Include certificates that were revoked before this UTC timestamp (in RFC3339 format) in the CRL

expireafterstring

Include revoked certificates that expire after this UTC timestamp (in RFC3339 format) in the CRL

expirebeforestring

Include revoked certificates that expire before this UTC timestamp (in RFC3339 format) in the CRL

canamestring

Name of the CA to send the request to within the Fabric CA server.

Response

Successfully generated the CRL

{"stackTrail":"components:schemas:responseBase:properties:result","oasType":"schema","type":"unknown"}
successboolean required

Boolean indicating if the request was successful.