Policy >
Infra
>
Certificates
>
Certificates
Downloads a CA bundle
Downloads the specified PEM-encoded bundle of trusted CA certificates.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/cabundles/{cabundle-id}/pem-file
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/cabundles/example-cabundle-id
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: text/plain;charset=UTF-8
Response Body:
string
Example Response:
-----BEGIN CERTIFICATE----- [...] -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- [...] -----END CERTIFICATE----- [...]
Required Permissions:
read
Feature:
policy_certificate
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable