guix-commits
[Top][All Lists]
Advanced

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

branch master updated: nginx: berlin: Use new certificate for ci.guix.gn


From: Tobias Geerinckx-Rice
Subject: branch master updated: nginx: berlin: Use new certificate for ci.guix.gnu.org.
Date: Sat, 27 Feb 2021 16:16:55 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a0f051c  nginx: berlin: Use new certificate for ci.guix.gnu.org.
a0f051c is described below

commit a0f051c660595d7691e8488e59dd1f61ea84be31
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Feb 27 22:07:19 2021 +0100

    nginx: berlin: Use new certificate for ci.guix.gnu.org.
    
    The previously configured certificate was for an obsolete domain name
    (berlin.guixsd.org) & cannot be renewed, causing an outage on 2021-02-27.
    
    * hydra/nginx/berlin.scm (%berlin-servers): Use an existing Let's Encrypt
    certificate for "ci.guix.gnu.org".
---
 hydra/nginx/berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 1bbae3c..85aaf38 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -829,8 +829,8 @@ PUBLISH-URL."
    (nginx-server-configuration
     (listen '("443 ssl"))
     (server-name '("ci.guix.gnu.org"))
-    (ssl-certificate (le "berlin.guixsd.org"))
-    (ssl-certificate-key (le "berlin.guixsd.org" 'key))
+    (ssl-certificate (le "ci.guix.gnu.org"))
+    (ssl-certificate-key (le "ci.guix.gnu.org" 'key))
     (locations (berlin-locations %publish-url))
     (raw-content
      (append



reply via email to

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