There was an error while loading. Please reload this page.
The DisplayCRL service can be used to display the latest CRL in CA.
Operation: POST /ca/agent/ca/displayCRL
POST /ca/agent/ca/displayCRL
Authentication: Client certificate
$ 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 -
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide