diff options
author | lain <lain@soykaf.club> | 2020-05-06 17:36:08 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-06 17:36:08 +0200 |
commit | 1748e2694815da20689005110937ea42cd554d70 (patch) | |
tree | a869f3fb48840f9b7f318d8e498024cb8d7ba277 /installation | |
parent | fc9d0b6eec1b206a27f4ec19f7939b3318a209ef (diff) | |
parent | a32483f224ff1659350bc6e114aa4ba2bcb340a5 (diff) | |
download | pleroma-1748e2694815da20689005110937ea42cd554d70.tar.gz pleroma-1748e2694815da20689005110937ea42cd554d70.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
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 |