From 8ce224e770fc5a33fccb2c127c8d0cb1c09b4fc8 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Sat, 26 Feb 2022 10:39:33 +0100 Subject: nextcloud: use fullchain certificate chain instead of individual cert Exactly the solution proposed by @peteromero in #166 Co-authored-by: peteromero <27361231+peteromero@users.noreply.github.com> --- nextcloud.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nextcloud.html') diff --git a/nextcloud.html b/nextcloud.html index 6ce665c..274d854 100644 --- a/nextcloud.html +++ b/nextcloud.html @@ -57,7 +57,7 @@ server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name example.org; - ssl_certificate /etc/letsencrypt/live/example.org/cert.pem ; + ssl_certificate /etc/letsencrypt/live/example.org/fullchain.pem ; ssl_certificate_key /etc/letsencrypt/live/example.org/privkey.pem ; root /var/www; -- cgit v1.2.3