PKI Logout REST API - dogtagpki/pki GitHub Wiki
-
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.