/authorizer/api/v1/ssl-trust-anchor
Returns the SSL trust anchor (PrivX TLS CA certificate)
Successful response, returns trust anchor response or empty trust anchor response if there is no ssl trust anchor configured to the system.
{
"trust_anchor": "string",
"trust_anchor_sha1": "string",
"trust_anchor_sha256": "string"
}
Was this page helpful?