From f9ef7660a3084b56e6bf03464ccc2db51548357f Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Mon, 24 Feb 2025 19:28:39 +0100 Subject: [PATCH] fix: use proper file names --- virtualhost.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtualhost.conf b/virtualhost.conf index 85337c5..3c78fe4 100644 --- a/virtualhost.conf +++ b/virtualhost.conf @@ -9,8 +9,8 @@ # ServerName cloud.example.com SSLEngine on - SSLCertificateFile /ssl/nextcloud.crt - SSLCertificateKeyFile /ssl/nextcloud.key + SSLCertificateFile /ssl/cert.pem + SSLCertificateKeyFile /ssl/key.pem DocumentRoot /var/www/html #