[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: hydra: bayfront: Use a separate certificate for bordeaux.guix.
From: |
Christopher Baines |
Subject: |
01/03: hydra: bayfront: Use a separate certificate for bordeaux.guix. |
Date: |
Wed, 3 Aug 2022 14:10:05 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository maintenance.
commit 028162f54e97eb10c088f57b28ae5ef16ea1f6dc
Author: Christopher Baines <mail@cbaines.net>
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