-
Notifications
You must be signed in to change notification settings - Fork 148
PKI CA Approve Certificate Request REST API
Endi S. Dewata edited this page Mar 8, 2024
·
4 revisions
-
Path:
/ca/rest/agent/certrequests/{id}/approve -
Method:
POST -
Authentication: client certificate
-
Query Parameters:
-
id: dec/hex request ID
-
JSON
$ curl \
-k \
-s \
--user caadmin:Secret.123 \
-X POST \
-d @CertReviewResponse.json \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
https://localhost.localdomain:8443/ca/rest/agent/certrequests/20/approve
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |