Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update site cert import notes (alias caveat)

...

keytool -import -v -alias shrine-hub-caroot.pem -file shrine-hub-caroot.pem -keystore $KEYSTORE_FILE -storepass $KEYSTORE_PASSPASSWORD
keytool -import -v -alias shrine-client-signed.pem$KEYSTORE_ALIAS -file shrine-client-signed.pem -keystore $KEYSTORE_FILE -storepass $KEYSTORE_PASS

Alternatively, if you have a copy of the ssl_keytool.sh script included with the SHRINE installer handy, use the following commands to import the certificates instead:

...

PASSWORD -keypass $KEYSTORE_PASSWORD

Make absolutely sure the -alias value in the second command exactly matches the alias used for your original certificate (the one marked as PrivateKeyEntry)! Upon importing your signed certificate, the following message should appear:

Certificate reply was installed in keystore

Update shrine.conf and Restart SHRINE

...