Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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

    Code Block
    themeRDark
    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.

...