Website

Browsers dropping support for SSL3 and TLS1.0

5th March 2020

If you are responsible for any websites i recommend you query them using this tool https://www.cdn77.com/tls-test Make arrangements to get TLS1.3 enabled with your website creator. If you want to…

📌
0💬 read more

Converting LetsEncrypt certs to .pfx for IIS

30th January 2020

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