diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-10 17:13:03 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-10 17:13:03 +0000 |
commit | a6283bbae13a873af969336bd4e62011777a1a70 (patch) | |
tree | 12ddd0c3bf128fe0d897ca75c044726666f20207 /installation | |
parent | 019a192e43c2421c74e5126e753aac095db8ad54 (diff) | |
parent | 489201d5d549a1ad32bf55d7a29d53c8f2316f14 (diff) | |
download | pleroma-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.conf | 3 |
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 |