Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The process described in this page will let an administrator replace the default DPOD's web console certificate with one signed by the organization.

...

  1.  Log in to DPOD's appliance.
  2.  Copy the new certificate and key file either to the current certificate directory on the DPOD appliance or to any other directory of your choice.
    The current certificate directory is:

    Code Block
    languagebash
    themeRDark
    /etc/httpd/conf/certs

    TODO: key file password encryoption. HK? do we have the java program to extract the password from the system parameters?Open the web server configuration file for editing:

  3. Code Block
    languagebash
    themeRDark
    vi /etc/httpd/conf/httpd.conf
  4. Update the SSL Certificate lines:
     

    Code Block
    languagebash
    themeRDark
    SSLCertificateFile "the new certificate file path"
    SSLCertificateKeyFile "the new key file path"
  5. Restart the web server

    Code Block
    languagebash
    themeRDark
    service httpd restart