Import Root Certificate

URL:
https://<sslCertificates-url>/importRootOrIntermediate
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.8

Description

This operation imports a certificate authority (CA)'s root and intermediate certificates into the keystore. To create a production quality CA-signed certificate, you need to add the CA's certificates into the keystore that enables the SSL mechanism to trust the CA (and the certificates it has signed). While most of the popular CA's certificates are already available in the keystore, you can use this operation if you have a custom CA or specific intermediate certificates.

Request parameters

ParameterDescription

alias

A name for the certificate.

Example

1
alias=rootCert

rootCACertificate

The multi-part POST parameter containing the certificate file.

f

The response format. The default response format is html .

Values: html | json

JSON Response example

1
{"status": "success"}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close