summaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorlambda <lain@soykaf.club>2019-04-12 08:58:46 +0000
committerlambda <lain@soykaf.club>2019-04-12 08:58:46 +0000
commit1b4c4d29a3bff0d316162b6a71b1e7ca0ff12647 (patch)
tree9319757f9b062d92159641f78ee5e4d7bf8be1df /installation
parent30a4318ef15a912f9dfc0e8e206cbc6c10197709 (diff)
parent10a96825960fc2d5465e9b4992c33941c8bd0c64 (diff)
Merge branch 'ssl_trusted_cert' into 'develop'
ssl_trusted_certificate should point to chain.pem if we're demonstrating... See merge request pleroma/pleroma!996
Diffstat (limited to 'installation')
-rw-r--r--installation/pleroma.nginx2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx
index 8709f2cb7..cc75d78b2 100644
--- a/installation/pleroma.nginx
+++ b/installation/pleroma.nginx
@@ -37,7 +37,7 @@ server {
listen [::]:443 ssl http2;
ssl_session_timeout 5m;
- ssl_trusted_certificate /etc/letsencrypt/live/example.tld/fullchain.pem;
+ ssl_trusted_certificate /etc/letsencrypt/live/example.tld/chain.pem;
ssl_certificate /etc/letsencrypt/live/example.tld/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.tld/privkey.pem;