Description: Get public Root Certificate
Security:
Prior to release 7.12.0: Requires an admin user (basic credentials only). Requires execution from access localhost.
From release 7.12.0: Does not require authentication.
Usage: GET /api/v1/cert/root
Produces: text/plain
Query parameter (optional):?formatted=true
-returns the certificate in a formatted representation (prefix, suffix and alignment)
Sample usage:
curl "http://localhost:8082/access/api/v1/cert/root" or curl "http://localhost:8082/access/api/v1/cert/root?formatted=true"
Response Codes: 200 successful