Skip to content

Instantly share code, notes, and snippets.

@jamielaundon
Created January 22, 2016 22:02
  • Star 13 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jamielaundon/493ff53cf82910d6b8cf 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
@lancer1977
Copy link

This worked great for me thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment