BlogLet's Encrypt First ImpressionsAbout Let's EncryptFor those new to Let’s Encrypt, Let’s Encrypt is a free, automated, and open certificate authority (CA) service, which is run for the public’s benefit. The Let’s Encrypt service provided by the Internet Security Research Group (ISRG). The key principles behind Let’s Encrypt are:
Installation of Let's EncryptOn Ubuntu 16.04 the installation of Let's Encrypt is as follows: wget https://dl.eff.org/certbot-auto chmod a+x ./certbot-auto ./certbot-auto --help If you are wondering what is certbot, this is the command line tool of Let's Encrypt, which is supposed to automate dealing with the certificates. Installing the SSL Certificates./certbot-auto --apache The above command will show you a small graphic interface, that you can select the domain name the certificate to be issued for. Click OK, and your domain name will have its new and shiny certificate installed. Issues with Let's EncryptOn my server I had two domains. One of them had a valid comercial certificate issued by Comodo, and the second was the one I wanted the new Let's Encrypt certificate installed on. Let's encrypt removed the Comodo certificate and replaced it with a Let's Encrypt certificate. This was unexpected, and had to manually restore all the settings for the commercial certificate, which was a pain.
|