Skip to content

Instantly share code, notes, and snippets.

@philoushka
Last active March 11, 2019 21:47
Show Gist options
  • Save philoushka/3f680a9b2c48976588fa to your computer and use it in GitHub Desktop.
Save philoushka/3f680a9b2c48976588fa to your computer and use it in GitHub Desktop.
Azure and Let's Encrypt
  1. get manual files at sslforfree.com
  2. edit the TXT entries at Namecheap
  3. download the certs that sslforfree.com gives you
  4. convert the crt file to pfx - open Mac Terminal, and cd to the directory that you downloaded them to.
  5. openssl pkcs12 -export -out myVipSiteName-CurrentMonth-CurrentYear.pfx -inkey private.key -in certificate.crt
  6. enter a pwd
  7. upload to Azure portal.
  8. MAKE NOTE OF THE NEW CERT'S THUMBPRINT
  9. change bindings in Azure
  10. delete the old cert in Azure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment