-
Notifications
You must be signed in to change notification settings - Fork 137
UpdateCRL Service
Endi S. Dewata edited this page Aug 16, 2022
·
6 revisions
The UpdateCRL service can be used to force the update of the CRL.
-
Operation:
POST /ca/agent/ca/updateCRL
-
Authentication: Client certificate
$ curl \ -d "xml=true" \ --cert-type P12 \ --cert ~/.dogtag/pki-tomcat/ca_admin_cert.p12:Secret.123 \ -sk \ https://localhost.localdomain:8443/ca/agent/ca/updateCRL \ | xmllint --format - <?xml version="1.0" encoding="UTF-8" standalone="no"?> <xml> <header> <crlIssuingPoint>MasterCRL</crlIssuingPoint> <crlUpdate>Scheduled</crlUpdate> </header> <fixed/> <records/> </xml>
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |