-
Notifications
You must be signed in to change notification settings - Fork 148
PKI CA Retrieve Certificate Request REST API
Endi S. Dewata edited this page Mar 8, 2024
·
3 revisions
-
Path:
/ca/rest/certrequests/{id} -
Method:
GET -
Query Parameters:
-
id: dec/hex request ID
-
-
Content: None
curl -k -H "Accept: application/json" --user caadmin:Secret.123 -s https://localhost.localdomain:8443/ca/rest/certrequests/2 | python -m json.tool
{
"requestType": "enrollment",
"requestStatus": "complete",
"requestURL": "https://localhost.localdomain:8443/ca/rest/certrequests/2",
"certId": "0x2",
"certURL": "https://localhost.localdomain:8443/ca/rest/certs/2",
"certRequestType": "pkcs10",
"operationResult": "success"
}
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |