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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new f9d69657 hydra: bayfront: Use the bayfront cert for logs.guix.gnu.org.
f9d69657 is described below

commit f9d69657bcd3fd90c37d280a386232f51342422e
Author: Christopher Baines <m...@cbaines.net>
AuthorDate: Thu Jun 20 14:19:31 2024 +0100

    hydra: bayfront: Use the bayfront cert for logs.guix.gnu.org.
    
    As this matches the certbot configuration.
    
    * hydra/bayfront.scm (%logs.guix.gnu.org-nginx-servers): Use the
    bayfront.guix.gnu.org certificate rather than logs.guix.gnu.org.
---
 hydra/bayfront.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 8c3edc8c..8905de98 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -643,9 +643,9 @@ access_log   /var/log/nginx/logs.access.log;"))
       (server-name '("logs.guix.gnu.org"))
       (listen '("443 ssl" "[::]:443 ssl"))
       (ssl-certificate
-       "/etc/letsencrypt/live/logs.guix.gnu.org/fullchain.pem")
+       "/etc/letsencrypt/live/bayfront.guix.gnu.org/fullchain.pem")
       (ssl-certificate-key
-       "/etc/letsencrypt/live/logs.guix.gnu.org/privkey.pem")
+       "/etc/letsencrypt/live/bayfront.guix.gnu.org/privkey.pem")
       (raw-content
        (list %common-tls-options
              "access_log /var/log/nginx/logs.access.log;"))

Reply via email to