diff options
author | lain <lain@soykaf.club> | 2020-05-07 15:03:12 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-07 15:03:12 +0200 |
commit | 7ac0cffb34567dd72877e13968a10d206f643ad8 (patch) | |
tree | 061fbd748a1b62ddd0555dcb257c39ff5f2ce48a /installation | |
parent | db55dc944581b1d4b50d1608b2e991050ea29bb3 (diff) | |
parent | b7635bf2b6c5251ffc8f3b3b8e1bc7ee9db83b7e (diff) | |
download | pleroma-7ac0cffb34567dd72877e13968a10d206f643ad8.tar.gz pleroma-7ac0cffb34567dd72877e13968a10d206f643ad8.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/emojireactvalidator
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 |