Skip to content

Month: December 2020

Let’s Encrypt with win-acme (exporting certificate IIS)

Using https://www.win-acme.com for SSL.

To make a certificate exportable in Windows make sure that you modify the “settings.json” that is included with win-acme. Change “PrivateKeyExportable”: false to “PrivateKeyExportable”: true .

If you already created the certificate you might need to delete it then reboot the machine to keep it from giving you a cached version of the SSL certificate.

Leave a Comment

Clear Chrome DNS

For the most part I use chrome and every time I do a modification to my hosts file I don’t want to close the browser because it caches DNS. This seems to work to clear cache chrome://net-internals/#dns

Leave a Comment