-
-
Save msngeeky/8ecf2d511d63c045a5e08d20e565fc1d to your computer and use it in GitHub Desktop.
Create IIS .pfx from Let's Encrypt fullchain and privkey
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
| sudo openssl pkcs12 -export -in /etc/letsencrypt/live/domain.com/fullchain.pem -inkey /etc/letsencrypt/live/domain.com/privkey.pem -out domain.com.pfx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment