From 7f20bedf52006c718b8e5c4c4cd1f37821c9c4c4 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Wed, 1 Jul 2026 10:09:55 +0200 Subject: [PATCH] certificate name Signed-off-by: Basil Bruhn --- conf.d/archivecostwebapp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/archivecostwebapp.conf b/conf.d/archivecostwebapp.conf index 397bf4c..1c4733a 100644 --- a/conf.d/archivecostwebapp.conf +++ b/conf.d/archivecostwebapp.conf @@ -8,8 +8,8 @@ server { listen 443 ssl; server_name archivecostwebapp.psi.ch; - ssl_certificate /etc/nginx/certs/archivecostwebapp.crt; - ssl_certificate_key /etc/nginx/private/archivecostwebapp.key; + ssl_certificate /etc/nginx/certs/archivecostwebapp.psi.ch.crt; + ssl_certificate_key /etc/nginx/private/archivecostwebapp.psi.ch.key; ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5;