Difference between revisions of "Certbot"

From Freephile Wiki
Jump to navigation Jump to search
(Adds info about Haproxy and Certbot)
Line 108: Line 108:
  
  
# use crontab -e as 'root' to setup cron to renew expiring certificates
+
# use crontab -e as 'root' to setup cron to renew expiring certificates  
30 2 * * * /usr/bin/certbot renew --renew-hook "/root/bin/renew.sh" >> /var/log/certbot.log
+
30 2 * * * /usr/bin/certbot renew --renew-hook "/root/bin/renew.sh" >> /var/log/certbot.log
  
 
== On Amazon ==
 
== On Amazon ==

Revision as of 13:59, 25 July 2018