cbaines pushed a commit to branch master
in repository maintenance.
commit a75a44c19cae5da386d8a56ca0946d68a8491b54
Author: Christopher Baines <[email protected]>
AuthorDate: Wed Aug 3 19:07:54 2022 +0100
hydra: bayfront: Switch NGinx to using the new bordeaux.guix. cert.
* hydra/bayfront.scm (%bordeaux.guix.gnu.org-nginx-servers): Switch to
using the new separate certificate.
---
hydra/bayfront.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index df59a5d..5579509 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -679,9 +679,9 @@ add_header Content-Type text/plain;")))
"[::]:443 ssl reuseport"))
(root (local-file "nginx/html/bordeaux" #:recursive? #t))
(ssl-certificate
- "/etc/letsencrypt/live/bayfront.guix.gnu.org/fullchain.pem")
+ "/etc/letsencrypt/live/bordeaux.guix.gnu.org/fullchain.pem")
(ssl-certificate-key
- "/etc/letsencrypt/live/bayfront.guix.gnu.org/privkey.pem")
+ "/etc/letsencrypt/live/bordeaux.guix.gnu.org/privkey.pem")
(raw-content
(list
%common-tls-options