DisplayCRL Service - dogtagpki/pki GitHub Wiki

Overview

The DisplayCRL service can be used to display the latest CRL in CA.

Request

  • Operation: POST /ca/agent/ca/displayCRL

  • Authentication: Client certificate

Response

XML Response

$ curl \
    -d "pageSize=50&crlIssuingPoint=MasterCRL&pageStart=1&crlDisplayType=entireCRL&xml=true" \
    --cert-type P12 \
    --cert ~/.dogtag/pki-tomcat/ca_admin_cert.p12:Secret.123 \
    -k \
    https://localhost.localdomain:8443/ca/agent/ca/displayCRL \
    | xmllint --format -
⚠️ **GitHub.com Fallback** ⚠️