Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10

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.


  • No labels