guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: bayfront: Switch NGinx to using the new bordeaux.guix. cer


From: Christopher Baines
Subject: 02/03: hydra: bayfront: Switch NGinx to using the new bordeaux.guix. cert.
Date: Wed, 3 Aug 2022 14:10:05 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit a75a44c19cae5da386d8a56ca0946d68a8491b54
Author: Christopher Baines <mail@cbaines.net>
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



reply via email to

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