From 487046571c5561c554558db9fdb17f27b0ca1215 Mon Sep 17 00:00:00 2001 From: charludo Date: Mon, 6 Sep 2021 18:35:35 +0000 Subject: [PATCH] These lines get *generated* by certbot. Having them in the file before running certbot results in an apache2 error, and putting them in afterwards is not necessary, since certbot places them there on its own. --- DEPLOY.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index 3a81eb0..84dd2be 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -162,9 +162,6 @@ AllowEncodedSlashes NoDecode ProxyPass /_matrix/ http://127.0.0.1:6167/_matrix/ nocanon ProxyPassReverse /_matrix/ http://127.0.0.1:6167/_matrix/ -Include /etc/letsencrypt/options-ssl-apache.conf -SSLCertificateFile /etc/letsencrypt/live/your.server.name/fullchain.pem # EDIT THIS -SSLCertificateKeyFile /etc/letsencrypt/live/your.server.name/privkey.pem # EDIT THIS ```