Skip To Content
ArcGIS Developer
Dashboard

Import Existing Server Certificate

Description

This operation imports an existing server certificate, stored in the PKCS #12 format, into the keystore. If the certificate is a CA signed certificate, you must first import the CA Root or Intermediate certificate using the Import Root or Intermediate Certificate operation.

Note:

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

Request parameters

ParameterDetails
alias

The name of the certificate.

Example

alias=mysslcert
password

The password to unlock the file containing the certificate.

Example

password=password
file

The multipart POST parameter containing the certificate file.

Example

file=mycertificate.pfx
f

The response format. The default response format is html.

Values: html | json | pjson

JSON Response example

{"status": "success"}