Difference between revisions of "Let's Encrypt"
Jump to navigation
Jump to search
imported>Jeremy-busk (Created page with " # NGINX https://certbot.eff.org/lets-encrypt/ubuntubionic-nginx apt-get update sudo apt-get install nginx python-certbot-nginx sudo certbot # Auto Renew - this is usually...") |
(No difference)
|
Revision as of 23:52, 26 February 2019
NGINX
https://certbot.eff.org/lets-encrypt/ubuntubionic-nginx
apt-get update sudo apt-get install nginx python-certbot-nginx sudo certbot
Auto Renew - this is usually installed
/etc/cron.d/certbot
0 */12 * * * root test -x /usr/bin/certbot -a ! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew