Skip to content

Instantly share code, notes, and snippets.

@Suzhou65
Last active October 31, 2020 15:28
Show Gist options
  • Select an option

  • Save Suzhou65/5b771095a775bf1a6e0cbfefbe863fbf to your computer and use it in GitHub Desktop.

Select an option

Save Suzhou65/5b771095a775bf1a6e0cbfefbe863fbf to your computer and use it in GitHub Desktop.
ProfitTrailer Install SSL Certificate

Move to the folder storage file

cd ~
sudo mv /home/user/download_ssl

Create a PKCS12 from Certificates and Private Key files

sudo openssl pkcs12 -export -in Certificates.crt -inkey Private.key -out PKCS12.p12 -CAfile CA.crt -caname root -name tomcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment