Created
August 24, 2023 17:42
-
-
Save daryltucker/aa5e45c6e5c6965dd0dfe4f77738e70c to your computer and use it in GitHub Desktop.
Create PKCS12 from PEM (Certbot)
This file contains hidden or 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 example.net.p12 -inkey /etc/letsencrypt/live/example.net/privkey.pem -in /etc/letsencrypt/live/example.net/cert.pem -certfile /etc/letsencrypt/live/example.net/chain.pem -name example.net |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment