-
Notifications
You must be signed in to change notification settings - Fork 137
CA EE Get Certificate Chain
Endi S. Dewata edited this page Oct 16, 2023
·
1 revision
This service can be used to get the CA certificate chain.
-
Method:
GET
-
Path:
/ca/ee/ca/getCertChain
The certificate chain will be returned in the following JSON response:
{ "Response": { "Status": "0", "ChainBase64": <base64-encoded cert chain> } }
$ curl -s http://localhost:8080/ca/ee/ca/getCertChain | python -m json.tool { "Response": { "Status": "0", "ChainBase64": "MIIE..oTEA" } }
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |