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.
Procedure
To import a certificate signed by a certificate authority:
- Download a valid signed certificate to your server.
- 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 .
- 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.
- Enter the default administrative user password when prompted.
- 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 .
- Verify that you can log in to the web console with the
secure URL.
https://IP_address:port_number/datatools/console