Skip to content

Instantly share code, notes, and snippets.

@msngeeky
Forked from jamielaundon/create-pfx
Created September 16, 2022 12:30
Show Gist options
  • Save msngeeky/8ecf2d511d63c045a5e08d20e565fc1d to your computer and use it in GitHub Desktop.
Save msngeeky/8ecf2d511d63c045a5e08d20e565fc1d to your computer and use it in GitHub Desktop.
Create IIS .pfx from Let's Encrypt fullchain and privkey
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