FRAMES | NO FRAMES Description | Parameters | Example
URL:http://server:port/arcgis/admin/machines/<machine>/sslcertificates/importRootOrIntermediate
HTTP Method:POST (Multipart)
Parent Resource:SSL Certificates
Required Privileges:Administrator

Description

This operation imports a certificate authority (CA)'s root and intermediate certificates into the keystore.

In order 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.

Warning:

Parameters

Parameter Description
alias A name for the certificate.
rootCACertificate The multi-part POST parameter containg the certificate file.
f The response format. The default response format is html.
Values: html | json

Example

			
	http://server:6080/arcgis/admin/machines/SERVER.DOMAIN.COM/sslcertificates/importRootOrIntermediate
	alias=mycustomca
	rootCACertificate=rootCertificate.cer