extender-trust-anchor

get/authorizer/api/v1/extender-trust-anchor

Returns the extender trust anchor (PrivX Extender CA certificate)

Responses

Response examples

Successful response, returns trust anchor response or empty trust anchor response if there is no extender trust anchor configured to the system.

{
  "trust_anchor": "string",
  "trust_anchor_sha1": "string",
  "trust_anchor_sha256": "string"
}

Was this page helpful?