To import certificates for Black Duck Integrations products, use the following process.

  1. On your Java server, execute the following commands.

    keytool
    -importcert
    -file <certificate_location>
    -keystore <jre_location\lib\security\cacerts>
    -alias "<cert_name>"


  2. When a password is requested, type changeit as the new password.
  3. When asked if you need to add a certificate, type yes.


Spaces in the path are not allowed.