PKI ACME Logout REST API - dogtagpki/pki GitHub Wiki
The PKI ACME Logout operation will read the session ID provided via cookie, then invalidate the session on the server.
-
URL:
/acme/logout
-
Method:
POST
-
Authentication: Required
-
Authorization: Not required
JSON
$ curl \ -s \ --request POST \ -u admin:Secret.123 \ https://pki.demo.dogtagpki.org/acme/logout