Retrieve the CRL cache info for a specific certificate authority

Retrieve the CRL cache info for a specific certificate authority based on its name

Path parameters
ca
string required
Responses
  • 200 Retrieve CRL info for the specified Certificate Authority
    ca
    string required
    crlSize
    integer required
    cRLNumber
    number | null
    issuerDn
    string | null
    thisUpdate
    integer | null
    nextUpdate
    integer | null
    lastRefresh
    integer | null
    nextRefresh
    integer | null
    error
    string | null
  • 204 No CRL Cache for the specified Certificate Authority
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error