Skip To Content
ArcGIS Developer
Dashboard

Export Certificate

Description

This operation downloads a SSL certificate. The file returned by the server is an X.509 certificate. The downloaded certificate can be imported into a client that is making HTTP requests.

Note:

This operation is not accessible for highly available portals. In such instances, a counterpart Export Certificate operation should be used in its place. For more information on high availability, see Import a certificate into the portal.

Example usage

Below is a sample request URL for export:

https://machine.domain.com/webadaptor/portaladmin/security/sslCertificates/myCert/export

In this topic
  1. Description
  2. Example usage