From ca8a1177947987c2e8a53c14dd2a396942632c5d Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 5 Dec 2024 04:44:36 -0500 Subject: [PATCH] crt --- Nginx/Server Blocks/libraryofcode.org.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nginx/Server Blocks/libraryofcode.org.conf b/Nginx/Server Blocks/libraryofcode.org.conf index 224d629..6fcde40 100644 --- a/Nginx/Server Blocks/libraryofcode.org.conf +++ b/Nginx/Server Blocks/libraryofcode.org.conf @@ -3,8 +3,8 @@ server { listen [::]:443 ssl http2 default_server; server_name www.libraryofcode.org; - ssl_certificate /etc/nginx/ssl/org.chain.crt; - ssl_certificate_key /etc/nginx/ssl/org.key.pem; + ssl_certificate /etc/ssl/private/ov.chain.crt; + ssl_certificate_key /etc/ssl/private/ov.key.pem; root /var/www/wordpress; index index.php;