Last active
March 5, 2019 11:06
-
-
Save AlexeySetevoi/982d92869e949f9fca4584b0e7ce62dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl pkcs12 -export -out domain.p12 -inkey privkey.pem -in cert.pem -certfile chain.pem | |
openssl pkcs12 -export -out domain.p12 -inkey privkey.pem -in fullchain.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment