cbaines pushed a commit to branch master
in repository maintenance.

commit 028162f54e97eb10c088f57b28ae5ef16ea1f6dc
Author: Christopher Baines <[email protected]>
AuthorDate: Wed Aug 3 19:04:30 2022 +0100

    hydra: bayfront: Use a separate certificate for bordeaux.guix.
    
    This is probably good when considering copying this certificate out
    from bayfront to mirrors of bordeaux.guix.gnu.org.
    
    * hydra/bayfront.scm (%certbot-configuration): Add a separate
    certificate for bordeaux.guix.gnu.org.
---
 hydra/bayfront.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 4faa582..df59a5d 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -87,6 +87,9 @@
                       "hpc.guix.info"
                       "guix-hpc.bordeaux.inria.fr"
                       "coordinator.bayfront.guix.gnu.org"))
+           (deploy-hook %nginx-deploy-hook))
+          (certificate-configuration
+           (domains '("bordeaux.guix.gnu.org"))
            (deploy-hook %nginx-deploy-hook))))))
 
 (define guix-hpc-web-site

Reply via email to