Import Existing Server Certificate

URL:
https://<notebookserveradmin>/arcgis/admin/machines/NOTEBOOKSERVER.DOMAIN.COM/sslcertificates/importExistingServerCertificate
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.7

Description

The importExistingServerCertificate operation imports an existing server certificate, stored in the PKCS #12 format, into the keystore for ArcGIS Notebook Server.

If the certificate is a CA-signed certificate, you must first import the CA Root or Intermediate certificate using the importRootOrIntermediate operation.

Request parameters

ParameterDetails

alias

A unique name for the certificate that easily identifies it.

certPassword

The password to unlock the file containing the certificate.

certFile

The multipart POST parameter containing the certificate file.

f

The response format. The default response format is html .

Values: html | json | pjson

JSON Request example

1
2
3
4
https://notebookserver:11443/arcgis/admin/machines/NOTEBOOKSERVER.DOMAIN.COM/sslcertificates/importExistingServerCertificate
alias=mysslcert
certPassword=password
certFile=mycertificate.pfx

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