IBM© DataPower Operations Dashboard v1.0.5.0

A newer version of this product documentation is available.

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

Certificate Replacement

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


  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"

    SSLCertificateKeyFile needs to point to a key of a "PEM" format. 

    SSLCertificateFile needs to point to a certificate of a "DER" format.

    The certificate / key can not be stored in a keystore ( JKS, PKCS )

  5. Restart the web server

    service httpd restart

IBM© DataPower Operations Dashboard (DPOD) v1.0.5.0