summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Nguyen <j@jamielinux.com>2018-07-16 16:39:27 +0100
committerJamie Nguyen <j@jamielinux.com>2018-07-16 16:39:27 +0100
commite1f08ea957716adc1a9e42eed18963de3d384e3d (patch)
treedd75c3dc75e09630eca16fc68de87c9b5b573548
parent43ec837387e482da65c440df233ac0f55b39324f (diff)
downloadapache-e1f08ea957716adc1a9e42eed18963de3d384e3d.tar.gz
apache-e1f08ea957716adc1a9e42eed18963de3d384e3d.tar.bz2
apache-e1f08ea957716adc1a9e42eed18963de3d384e3d.tar.xz
apache-e1f08ea957716adc1a9e42eed18963de3d384e3d.zip
Mention configs-webdav-docker repository in README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da4a09e..f9b9e8e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
This image runs an easily configurable WebDAV server with Apache.
-You can configure the authentication type, the authentication of multiple users, or to run with a self-signed SSL certificate.
+You can configure the authentication type, the authentication of multiple users, or to run with a self-signed SSL certificate. If you want a Let's Encrypt certificate, see an example of how to do that [here](https://github.com/BytemarkHosting/configs-webdav-docker).
* **Code repository:**
https://github.com/BytemarkHosting/docker-webdav
@@ -54,7 +54,7 @@ services:
```
### Secure WebDAV with SSL
-We recommend you use a reverse proxy (eg, Traefik) to handle SSL certificates.
+We recommend you use a reverse proxy (eg, Traefik) to handle SSL certificates. You can see an example of how to do that [here](https://github.com/BytemarkHosting/configs-webdav-docker).
If you're happy with a self-signed SSL certificate, specify `-e SSL_CERT=selfsigned` and the container will generate one for you.