logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: b73b173114e2704ba46f54ed4144b37156271f68
parent: 07e7c80bc9e919cd92ca9dda1e21384142e5bd77
Author: feld <feld@feld.me>
Date:   Wed,  6 May 2020 13:33:24 +0000

Merge branch 'fix/apache-cert-chain' into 'develop'

Apache chain issue fix

See merge request pleroma/pleroma!2478

Diffstat:

Minstallation/pleroma-apache.conf3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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