Versions Compared

Key

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

...

  1. On your 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.


Info

Spaces in the path are not allowed.

...