Skip to content
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

ParameterDescription

f

(Required)

The response format. The default response format is html.

Values: html | json | pjson

token

(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:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/admin/machines/MACHINE.EXAMPLE.COM/sslcertificates/mycert/export?f=pjson

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.