SSL config changes

do2
Matthew 2025-03-21 12:40:57 -04:00
parent a353eda89a
commit e0c08fb1f8
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,10 @@ server {
listen [::]:443 ssl http2;
server_name canvas.libraryofcode.org;
ssl_certificate /etc/letsencrypt/live/libraryofcode.org/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/libraryofcode.org/privkey.pem;
#ssl_certificate /etc/letsencrypt/live/libraryofcode.org/fullchain.pem;
#ssl_certificate_key /etc/letsencrypt/live/libraryofcode.org/privkey.pem;
ssl_certificate /etc/ssl/private/emea.chain.crt;
ssl_certificate_key /etc/ssl/private/emea.key
root /opt/canvas/public;
index index.html;