sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-apache sudo certbot --apache -d www.site.com
After that, add crontab to auto renewal of certificate.
30 1 * * * /usr/bin/certbot renew --quiet
Facebook Comments