Skip To Content
ArcGIS Developer
Dashboard

Import Root Certificate

  • URL:https://<notebookserveradmin>/machines/<machine>/sslCertificates/importRootOrIntermediate(POST only)
  • Required Capability:Administrator
  • Version Introduced:10.7

Description

This operation imports root and intermediate certificates from a certificate authority (CA) into the keystore for ArcGIS Notebook Server.

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). Use this operation if you have a custom CA or specific intermediate certificates.

Caution:

If you would like to import a signed certificate from a CA, you need to use the Import CA-signed Certificate operation.

Parameters

ParameterDescription
alias

A name for the certificate.

rootCACertificate

The multi-part POST parameter containing the certificate file.

f

The response format. The default response format is html.

Values: html | json | pjson

JSON request example


            	https://notebookserver:11443/arcgis/admin/machines/NOTEBOOKSERVER.DOMAIN.COM/sslcertificates/importRootOrIntermediate
	alias=mycustomca
	rootCACertificate=rootCertificate.cer