Versions Compared

Key

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

...

If this occurs, you need to add the certificate authority (CA) certificate that you used to generate your certificates to {{<JAVA_HOME>/lib/security/cacerts}}.

Code Block
# keytool -import -trustcacerts -alias <myalias> -file <myCaCertificateFile> -keystore <JAVA_HOME>/lib/security/cacerts

...