-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Logout REST API
Endi S. Dewata edited this page Aug 17, 2021
·
3 revisions
-
Method:
GET
-
Path:
/<subsystem>/rest/account/logout
-
Authentication: Not required
-
Content: None
-
Success code:
204
JSON
$ curl \ -k \ -s \ --user caadmin:Secret.123 \ https://localhost.localdomain:8443/ca/rest/account/logout
JSON
$ curl \ -k \ -s \ --user kraadmin:Secret.123 \ https://localhost.localdomain:8443/kra/rest/account/logout
JSON
$ curl \ -k \ -s \ --user ocspadmin:Secret.123 \ https://localhost.localdomain:8443/ocsp/rest/account/logout
JSON
$ curl \ -k \ -s \ --user tksadmin:Secret.123 \ https://localhost.localdomain:8443/tks/rest/account/logout
JSON
$ curl \ -k \ -s \ --user tpsadmin:Secret.123 \ https://localhost.localdomain:8443/tps/rest/account/logout
The ACME subsystem has a different logout process documented here.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |