There was an error while loading. Please reload this page.
This service can be used to get the CA certificate chain.
Method: GET
GET
Path: /ca/ee/ca/getCertChain
/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" } }
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide