Generate a free Let’s Encrypt SSL certificate on the windows using Crypt-LE and install it on the GoDaddy shared hosting
Crypt-LE implements the functionality to call Let’s Encrypt’s API and generate free SSL certificates for your domains. It can also be used to generate private RSA/ECC keys and Certificate Signing Requests without having a need to use openssl command line tool and the good thing is that it does not need you to install anything on your system. For Windows we can just download and unzip the latest release of the client and unzip it to a folder. You can read other details about this tool on its github page. Now let us simply jump to the action which is pretty straightforward. Unzipping windows setup gives us le64.exe file which we can run from a command prompt without any need of administrator priviledges on the system. Run command prompt and then go to the folder where le64.exe utility exists. You can also add path of this utility in widows system[…]