We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Path: /ca/rest/authorities/{id}/enable
/ca/rest/authorities/{id}/enable
Method: POST
POST
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/enable | 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": true, "description": "Host authority", "ready": true }
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide