guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Invoke "certbot renew" with the


From: Ludovic Courtès
Subject: branch master updated: hydra: services: Invoke "certbot renew" with the "webroot" options.
Date: Thu, 03 Dec 2020 07:52:54 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 626dcad  hydra: services: Invoke "certbot renew" with the "webroot" 
options.
626dcad is described below

commit 626dcad1430c1551235bee6bf084b77d358caeb4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Dec 3 13:52:07 2020 +0100

    hydra: services: Invoke "certbot renew" with the "webroot" options.
    
    * hydra/modules/sysadmin/services.scm (%certbot-job): Pass
    "--webroot-path" and "--webroot".
---
 hydra/modules/sysadmin/services.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 52359bf..d4ec341 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -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")))
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]