[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: nginx: bayfront: Use the hpc.guix.info certificate.
From: |
Ludovic Courtès |
Subject: |
01/02: nginx: bayfront: Use the hpc.guix.info certificate. |
Date: |
Fri, 12 Jul 2019 05:56:17 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 5a44f6ef3486b2ec3a5957a8b45df448abc3294b
Author: Ludovic Courtès <address@hidden>
Date: Fri Jul 12 11:37:56 2019 +0200
nginx: bayfront: Use the hpc.guix.info certificate.
* hydra/nginx/bayfront.conf (hpc.guix.info): Update certificate file
name.
---
hydra/nginx/bayfront.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/nginx/bayfront.conf b/hydra/nginx/bayfront.conf
index 185e7b3..c772df6 100644
--- a/hydra/nginx/bayfront.conf
+++ b/hydra/nginx/bayfront.conf
@@ -171,8 +171,8 @@ http {
listen 443 ssl;
server_name hpc.guix.info;
- ssl_certificate
/etc/letsencrypt/live/bayfront.guixsd.org/fullchain.pem;
- ssl_certificate_key
/etc/letsencrypt/live/bayfront.guixsd.org/privkey.pem;
+ ssl_certificate /etc/letsencrypt/live/hpc.guix.info/fullchain.pem;
+ ssl_certificate_key /etc/letsencrypt/live/hpc.guix.info/privkey.pem;
# Make sure SSL is disabled.
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;