- URL:
- https://<root>/machines/<machine>/sslcertificates/<certificate>/export
- Methods:
GET- Version Introduced:
- 12.0
Description
The export operation downloads an SSL certificate. The file returned by the server is an X.509 certificate. The downloaded certificate can then be imported into a client that is making HTTP requests.
Request parameters
| Parameter | Description |
|---|---|
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample GET request for the export operation:
https://organization.example.com/<context>/admin/machines/MACHINE.EXAMPLE.COM/sslcertificates/mycert/export?f=pjson