summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-07-26 10:00:01 +0300
committerLars Wirzenius <liw@liw.fi>2020-07-26 10:00:01 +0300
commit3f38723a181558cfa020ac553b248144c3a75c61 (patch)
treeed0657939e8ec97ed3922107ab80e994a88bd7a7
parentfae5a188e480fbebd5a30b5a52fe57ddc2b18eef (diff)
downloadewww-3f38723a181558cfa020ac553b248144c3a75c61.tar.gz
doc: clarify that ewww doesn't create/renew TLS cert
-rw-r--r--ewww.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/ewww.md b/ewww.md
index c2a5277..f2d1778 100644
--- a/ewww.md
+++ b/ewww.md
@@ -7,7 +7,8 @@ simple to configure, simple to keep running, and fast.
* I have files in a directory, and a domain name pointing at the host.
I want to serve the files using HTTPS. I want the TLS certificate to
- come from Let's Encrypt, and get renewed automatically.
+ come from Let's Encrypt, but the web server doesn't need to be
+ involved in its creation or renewal.
* Same, but I have multiple domain names and each should serve from
different directories and potentially have their own certificates.