Skip to content

Instantly share code, notes, and snippets.

@adbrsln
Last active November 1, 2021 08:22
Show Gist options
  • Save adbrsln/032a42720999e20607adcdefdd4e9665 to your computer and use it in GitHub Desktop.
Save adbrsln/032a42720999e20607adcdefdd4e9665 to your computer and use it in GitHub Desktop.
Caucho Resin SSL lets encrypt certificate
  • Generate Certificate from Certbot likewise
  • Open Keytool
  • create new keystore name after the domain
  • save
  • open up the fullchain.pem directory and run cmd from there and run openssl pkcs12 -export -in fullchain.pem -out fullchain.pkcs12 -inkey priv.key
  • from the keytool , import the key then select the pkcs12 file that we just created, then enter empty password.
  • once certificate chain is updated, save the key with your desired password.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment