We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The UpdateDir service can be used to force the update of the certs/CRLs in Directory Server.
Operation: POST /ca/agent/ca/updateDir
POST /ca/agent/ca/updateDir
Authentication: Client certificate
$ curl \ -d "updateCRL=yes&updateCA=yes&xml=true" \ --cert-type P12 --cert ~/.dogtag/pki-tomcat/ca_admin_cert.p12:Secret.123 \ -k https://localhost.localdomain:8443/ca/agent/ca/updateDir \ | xmllint --format -
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide