-
Notifications
You must be signed in to change notification settings - Fork 137
PKI ACME Logout REST API
Endi S. Dewata edited this page Aug 21, 2021
·
5 revisions
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
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |