From 270b4d3f18c576630c20ac92d04b4a8aeef582aa Mon Sep 17 00:00:00 2001 From: Mathieu Aubin Date: Sun, 31 Mar 2019 17:27:17 -0400 Subject: [PATCH] letsencrypt cert update fullchain.pem should be used with nginx --- public/templates/conf/sites-available/example.com.conf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/conf/sites-available/example.com.conf.html b/public/templates/conf/sites-available/example.com.conf.html index 7bfb096..3931538 100644 --- a/public/templates/conf/sites-available/example.com.conf.html +++ b/public/templates/conf/sites-available/example.com.conf.html @@ -30,7 +30,7 @@ server { - ssl_trusted_certificate /etc/letsencrypt/live/{{ _domain }}/chain.pem;