-
Notifications
You must be signed in to change notification settings - Fork 148
CA Disable Authority REST API
Endi S. Dewata edited this page Oct 24, 2023
·
3 revisions
-
Operation:
POST /ca/rest/authorities/<id>/disable -
Authentication: required
$ curl \
-k \
-s \
-X POST \
-H "Accept: application/json" \
--cookie cookies \
https://localhost.localdomain:8443/ca/rest/authorities/b6c33f78-74ce-4ce8-9368-132778770572/disable | python -m json.tool
{
"isHostAuthority": true,
"id": "b6c33f78-74ce-4ce8-9368-132778770572",
"issuerDN": "CN=CA Signing Certificate,OU=pki-tomcat,O=EXAMPLE",
"serial": 134654840884793334153232292428441128498,
"dn": "CN=CA Signing Certificate,OU=pki-tomcat,O=EXAMPLE",
"enabled": false,
"description": "Host authority",
"ready": true
}
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |