Importing the Digital Analytics certificate when WebSphere does not have outbound access

Use this procedure when WebSphere does not have outbound access to the Digital Analytics server.

Procedure

  1. Retrieve the Digital certificate from the Digital Analytics site.

    To retrieve the certificate, go to the Digital Analytics URL and click the lock icon in your browser's address field. Your browser opens a window where you can download the certificate.

  2. Import the certificate into the WebSphere JVM using java keytool.

    For example (line breaks added):

    
    /keytool -import -file DA_Certificate.cer
    -alias da_alias
    -keystore WebSphere_JRE_home/lib/security/cacerts
    

    Provide the password. The default keytool password is changeit.

  3. In the WebSphere administrative console, add the following custom properties.
    • javax.net.ssl.trustStore: WebSphere_JRE_home/lib/security/cacerts
    • javax.net.ssl.trustStorePassword: your_password
    • javax.net.ssl.trustStoreType: jks