2
0
Fork 0
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:
Ludovic Courtès 2020-12-03 13:52:07 +01:00
parent 6cd4aa1eed
commit 626dcad143
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")))