You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-15 01:14:25 +02:00
update certbot
This commit is contained in:
@ -30,7 +30,8 @@ $ docker-compose run --rm --service-ports certbot
|
|||||||
>>> domains: easypi.info,blog.easypi.info,wiki.easypi.info
|
>>> domains: easypi.info,blog.easypi.info,wiki.easypi.info
|
||||||
|
|
||||||
# renew keys (headless)
|
# renew keys (headless)
|
||||||
$ docker-compose run --rm --service-ports certbot renew
|
$ crontab -l
|
||||||
|
0 0 * * * cd ~/fig/certbot && docker-compose run --rm certbot renew >> renew.log
|
||||||
|
|
||||||
# list keys
|
# list keys
|
||||||
$ tree /etc/letsencrypt/live/
|
$ tree /etc/letsencrypt/live/
|
||||||
|
1
certbot/crontab.txt
Normal file
1
certbot/crontab.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
0 0 * * * cd ~/fig/certbot && docker-compose run --rm certbot renew >> renew.log
|
Reference in New Issue
Block a user