SSL the site with Let’s encrypt

This example using Centos with nginx on it

$ wget https://dl.eff.org/certbot-auto
$ chmod a+x certbot-auto
$ sudo ./certbot-auto --authenticator webroot --installer nginx

Leave a Comment