Configuring SSL certificates in your browser

This topic describes how to import a PKCS12 certificate in your browser.

As a pre-requisite to this task, you must have generated the SSL certificates with the generate_ssl_keys utility.

One reason to import the certificate is if you want to use the Dgraph URL operations. Note that this procedure is for the Firefox browser; because the import procedure varies according to the browser, refer to the browser's help for details for your browser.

To configure the SSL certificates in Firefox:

  1. Open Firefox.
  2. From the Tools menu, select Options.

    The Options dialog is displayed.

  3. In the Options dialog box, click the Advanced icon.
  4. Select the View Certificates tab.
    The Certificate Manager dialog is displayed.
  5. In the Certificate Manager dialog box:
    1. Select the Your Certificates tab.
    2. Click Import.
    3. In the Certificate File to Import dialog, browse to esClientCert.p12 (located in the $DOMAIN_HOME\config\ssl directory) and select it.
    4. In the Password Entry Dialog box, enter the certificate password with "clientkey" appended to it and click OK. For example, if "endeca" was the password you specified when you generated the keys, enter endecaclientkey in the field.
    5. You will see an Alert message that informs you that the certificate was successfully restored. Click OK to close the message.
    6. Click OK to close the Certificate Manager dialog.
  6. Click OK to close the Options dialog.

Keep in mind that your must use the HTTPS protocol when accessing Endeca Server pages in secure mode.