Importing trusted SSL certificates for the web console

By default, the installer creates self-signed SSL certificates when you choose to enable HTTPS. You can also import an SSL certificate signed by a certificate authority.

Before you begin

Ensure that you have the default administrative user password. If you have forgotten the password, you can reset it. For more information, see Resetting the password for the default administrative user.

Procedure

To import a certificate signed by a certificate authority:

  1. Download a valid signed certificate to your server.
  2. Stop Data Studio web console.
    • On Linux and UNIX: From the installation directory, run the command stop.sh.
    • On Windows: From the Start menu, click All Programs > IBM Data Studio > IBM Data Studio web console V3.1 > Stop Web Console Server.
  3. Update the wlp/usr/servers/dsweb/SSLConfig.xml file with the information for your key store. For example:
    <keyStore id="defaultKeyStore"
    location="/etc/myKeyStore.p12"
    password="YourEncryptedKeyStorePassword"
    type="PKCS12"></keyStore>
    For more details, see: Liberty profile: SSL configuration attributes.
  4. Enter the default administrative user password when prompted.
  5. Start Data Studio web console.
    • On Linux and UNIX: From the installation directory, run the command start.sh.
    • On Windows: From the Start menu, click All Programs > IBM Data Studio > IBM data Studio web console V3.1 > Start Web Console Server.
  6. Verify that you can log in to the web console with the secure URL.
    https://IP_address:port_number/datatools/console

Feedback