mirror of
git://git.savannah.gnu.org/guix/maintenance.git
synced 2023-12-14 03:33:04 +01:00
hydra: services: Invoke "certbot renew" with the "webroot" options.
* hydra/modules/sysadmin/services.scm (%certbot-job): Pass "--webroot-path" and "--webroot".
This commit is contained in:
parent
6cd4aa1eed
commit
626dcad143
1 changed files with 2 additions and 1 deletions
|
@ -402,7 +402,8 @@
|
|||
#~(job (lambda (now)
|
||||
(next-day-from (next-hour-from now '(3))
|
||||
'(2 5)))
|
||||
(string-append #$certbot "/bin/certbot renew")))
|
||||
(string-append #$certbot "/bin/certbot renew \
|
||||
--webroot --webroot-path /var/www")))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue