Category Archives: SSL

How to Install and Configure Your SSL Certificate on Windows Server

Using IIS 10 to Create Your CSR In the Windows start menu, type Internet Information Services (IIS) Manager and open it. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), locate and click the server name. On the server name Home page (center pane), in … Continue reading

Posted in godday, SSL | Comments Off on How to Install and Configure Your SSL Certificate on Windows Server

Manually install an SSL certificate on my IIS 10 server

Convert your .crt file to a .cer file Locate your downloaded .crt file, and double-click to open it. Select the Details tab, and then the Copy to File button. Select Next in the Certificate Wizard. Select Base-64 encoded X.509(.CER) and then select Next. Select Browse, locate where you want to save your .CER file, … Continue reading

Posted in godday, SSL | Comments Off on Manually install an SSL certificate on my IIS 10 server

Redirect HTTP to HTTPS with Windows IIS 10

Download and install the IIS URL Rewrite module, then launch IIS Manager. Select the website you want to apply redirection to, then double-click URL Rewrite. Click Add Rule(s)… Select Blank rule in the Inbound rules section, then click the OK button. Give your redirect an easy-to-remember name. In the Matched URL section: … Continue reading

Posted in godday, SSL | Comments Off on Redirect HTTP to HTTPS with Windows IIS 10

remove free SSL let’s encrypt

Right. –dry-run gets fake certificates from the staging environment and doesn’t save them. It tests most aspects of renewal pretty well, but not all of them. If you use –force-renewal, it will issue new certificates from the production environment and … Continue reading

Posted in lets encrypted, My Linux, SSL | Comments Off on remove free SSL let’s encrypt

command renewal letsencrypt every 3 months

sudo certbot renew –preferred-challenges http-01

Posted in lets encrypted, SSL, ubuntu | Comments Off on command renewal letsencrypt every 3 months