endpoint_crl.txt 366 B

12345678910111213141516171819
  1. THE CRL ENDPOINT
  2. Endpoint: /api/v1/cfssl/crl
  3. Method: GET
  4. Optional URL Query parameters:
  5. * expiry: a value, in seconds, after which the CRL should expire
  6. from the moment of the request.
  7. Result:
  8. The returned result is an empty JSON object
  9. Example:
  10. $ curl ${CFSSL_HOST}/api/v1/cfssl/crl
  11. $ curl ${CFSSL_HOST}/api/v1/cfssl/crl?expiry=7200h