aboutsummaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-10 17:13:03 +0000
committerrinpatch <rinpatch@sdf.org>2020-05-10 17:13:03 +0000
commita6283bbae13a873af969336bd4e62011777a1a70 (patch)
tree12ddd0c3bf128fe0d897ca75c044726666f20207 /installation
parent019a192e43c2421c74e5126e753aac095db8ad54 (diff)
parent489201d5d549a1ad32bf55d7a29d53c8f2316f14 (diff)
downloadpleroma-2.0.4.tar.gz
Merge branch 'release/2.0.4' into 'stable'v2.0.4
Release/2.0.4 See merge request pleroma/pleroma!2503
Diffstat (limited to 'installation')
-rw-r--r--installation/pleroma-apache.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/installation/pleroma-apache.conf b/installation/pleroma-apache.conf
index b5640ac3d..0d627f2d7 100644
--- a/installation/pleroma-apache.conf
+++ b/installation/pleroma-apache.conf
@@ -32,9 +32,8 @@ CustomLog ${APACHE_LOG_DIR}/access.log combined
<VirtualHost *:443>
SSLEngine on
- SSLCertificateFile /etc/letsencrypt/live/${servername}/cert.pem
+ SSLCertificateFile /etc/letsencrypt/live/${servername}/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/${servername}/privkey.pem
- SSLCertificateChainFile /etc/letsencrypt/live/${servername}/fullchain.pem
# Mozilla modern configuration, tweak to your needs
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1