mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update certbot
This commit is contained in:
parent
dd521246af
commit
fadb657195
@ -30,7 +30,8 @@ $ docker-compose run --rm --service-ports certbot
|
||||
>>> domains: easypi.info,blog.easypi.info,wiki.easypi.info
|
||||
|
||||
# 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
|
||||
$ 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
|
Loading…
Reference in New Issue
Block a user