extender-trust-anchor

Download Spec

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

Returns the extender trust anchor (PrivX Extender CA certificate)

Response

ExamplesSchema

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?