Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "$JAVAHOME\bin\keytool" --> "$JAVAHOME\bin>keytool"

...

Step 5: Import CA-signed certificate and apply the same to the keypair. (everything in <> can be customized)

$JAVAHOME\bin\keytool bin>keytool -keystore <path to>\<keystore_name>.jks -importcert -alias original_keypair_alias -file <path_to>\CAsigned.cer

...