summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorcharludo <github@charlotteharludo.com>2021-09-06 18:35:35 +0000
committercharludo <github@charlotteharludo.com>2021-09-06 18:35:35 +0000
commit487046571c5561c554558db9fdb17f27b0ca1215 (patch)
treeb1e24904371ba4fb836defb4000792c856e210fc /DEPLOY.md
parent2d242523fc647b330fa4817620d285a557091953 (diff)
downloadconduit-487046571c5561c554558db9fdb17f27b0ca1215.zip
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.
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md3
1 files changed, 0 insertions, 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
</VirtualHost>
```