Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Step 6 (*NIX): added sudo to command; Note 3, updated with sudo comment

...

Code Block
languagescala
themeRDark
sudo keytool -import -file ~/host.domain.tld_part-n.pem -alias <host.domain.tld|domain.tld_CA|tld_CA> -keystore $JAVA_HOME/jre/lib/security/cacerts

...

(info) Note2, if you skipped here from step 4, replace the _part-n suffix with _full-chain in the -file parameter of the command. 

(info) Note3, if enabled, you may be prompted for your sudo password, this is usually your admin password of the machine.  if you are prompted for the Java Keystore password, the default is changeit .

...