Skip To Content

Configure an existing CA-signed certificate

If you already have a certificate issued by a commercial or internal Certificate Authority (CA), you can configure this existing certificate with ArcGIS Notebook Server. To import this certificate into ArcGIS Notebook Server, the certificate and its associated private key must be stored in the PKCS#12 format, which is represented by a file with either the .p12 or .pfx extension.

Import the certificate into ArcGIS Notebook Server

  1. Log in to the ArcGIS Notebook Server Administrator Directory as the primary site administrator or a user with administrative privileges, for example, https://notebookserver.domain.com:11443/arcgis/admin.
  2. Browse to machines > [machine name] > sslcertificates.
  3. Since the certificate you are importing was issued by a CA, you must first import the CA's root or intermediate certificate. Click importRootOrIntermediate to import the CA's root or intermediate certificate.
  4. Click importExistingServerCertificate to import the server certificate.
    1. In the Certificate password field, type the password to unlock the file containing the certificate.
    2. In the Alias field, type a unique name that easily identifies the certificate.
    3. Click Browse to choose the .p12 or .pfx file that contains the certificate and its private key.
    4. Click Import to import the certificate.

Configure ArcGIS Notebook Server to use the certificate

To specify the certificate that ArcGIS Notebook Server should use, complete the following steps:

  1. Log in to the ArcGIS Notebook Server Administrator Directory at https://notebookserver.domain.com:11443/arcgis/admin.
  2. Browse to machines > [machine name].
  3. Click edit.
  4. Type the name of the certificate that you want to use in the Web server SSL Certificate field.
  5. Click Save Edits to apply your change. This automatically restarts your ArcGIS Notebook Server site.
  6. After your site is restarted, verify that you can access the URL https://notebookserver.domain.com:11443/arcgis/admin. If you do not get a response from this URL, ArcGIS Notebook Server was unable to use the certificate.
  7. On the current page, view the property Web server SSL Certificate to verify that the desired certificate will be used for HTTPS.

Import the certificate into the OS certificate store

Import the CA's root certificate into the operating system's certificate store:

  1. Log in to the ArcGIS Notebook Server machine.
  2. Copy the signed certificate received from the CA to a local directory on this machine.
  3. Open this certificate, and click the Certificate Path tab. If the Certificate Status: is This certificate is OK., the CA root certificate is present in the Windows certificate store and does not need to be imported. Proceed to step 12.
  4. Copy the CA root certificate to a local directory on this machine.
  5. Open this certificate, and click the General tab. Click the button to Install Certificate.
  6. Once the Certificate Import Wizard opens to the Welcome panel, click Next.
  7. In the Certificate Store panel, choose the option to Place all certificates in the following store.
  8. Click the Browse button. On the Select Certificate Store dialog box, enable the option to Show physical stores.
  9. Expand the Trusted Root Certification Authorities folder to expose its contents. Select Local Computer as the certificate store you want to use. Click OK.
  10. In the Certificate Store panel, click Next.
  11. Click Finish.
  12. Restart the machine.

Access your site

With HTTPS enabled by default, ArcGIS Notebook Server listens on port 11443 for requests. Access the Administrator Directory at https://notebookserver.domain.com:11443/arcgis/admin or https://notebookwebadaptor.domain.com/notebook/admin.