LetsEncrypt

LetsEncrypt and Firewalls

22nd February 2022

You may want to create some firewall rules to allow only LetsEncrypt to get to your port 80or if you live in a country other than the US, you may…

📌
0💬 read more

LetsEncrypt Windows

30th January 2020

LetsEncrypt provides Free SSL Certificates using automated methods to prove you own the DNS or Website. But the certificates provided are only valid for 90 days. This was done purposefully…

📌
0💬 read more

Converting LetsEncrypt certs to .pfx for IIS

OpenSSL for Windows is available here in binary format (no compiling needed) I chose the 1st one in the list. Worked fine. openssl pkcs12 -export -out LetsEncrypt.pfx -inkey mysite-key.pem -in…

📌
0💬 read more