apache chain issue fix
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 6 May 2020 13:20:47 +0000 (16:20 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 9 May 2020 22:09:41 +0000 (01:09 +0300)
installation/pleroma-apache.conf

index b5640ac3dd81adca3a16faa231fa20ea525d6261..0d627f2d71e98a1a8550cf65481b1cce570728b7 100644 (file)
@@ -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