IBM DataPower Operations Dashboard v1.0.6.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Before You Begin

You will need:

  • Access to the DPOD's appliance
  • The new certificate and key files

Process

  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:

    /etc/httpd/conf/certs


    TODO: key file password encryoption. HK? do we have the java program to extract the password from the system parameters?

  3. Open the web server configuration file for editing:

    vi /etc/httpd/conf/httpd.conf
  4. Update the SSL Certificate lines:
     

    SSLCertificateFile "the new certificate file path"
    SSLCertificateKeyFile "the new key file path"
  5. Restart the web server

    service httpd restart
  • No labels