[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: bayfront: Use the bayfront cert for logs.g
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: bayfront: Use the bayfront cert for logs.guix.gnu.org. |
Date: |
Thu, 20 Jun 2024 09:20:21 -0400 |
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 <mail@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;"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: bayfront: Use the bayfront cert for logs.guix.gnu.org.,
Christopher Baines <=