readme updated
This commit is contained in:
parent
f14d67c8f2
commit
7aa99aa39a
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -1,8 +1,15 @@
|
||||||
# Let's Encrypt for Duck DNS
|
# Let's Encrypt for Duck DNS
|
||||||
|
|
||||||
|
[](https://github.com/silentdigit/docker-letsencrypt)
|
||||||
|
[](https://hub.docker.com/repository/docker/silentdigit/letsencrypt)
|
||||||
|
[](https://hub.docker.com/repository/docker/silentdigit/letsencrypt)
|
||||||
|
[](https://hub.docker.com/repository/docker/silentdigit/letsencrypt)
|
||||||
|
[](https://hub.docker.com/repository/docker/silentdigit/letsencrypt)
|
||||||
|
[](https://github.com/silentdigit/docker-letsencrypt)
|
||||||
|
|
||||||
Automatically generates Let's Encrypt certificates using a lightweight Docker container without requiring any ports to be exposed for DNS challenges.
|
Automatically generates Let's Encrypt certificates using a lightweight Docker container without requiring any ports to be exposed for DNS challenges.
|
||||||
|
|
||||||
Variables:
|
## Variables
|
||||||
|
|
||||||
* `DUCKDNS_TOKEN`: Duck DNS account token (obtained from [Duck DNS](https://www.duckdns.org))
|
* `DUCKDNS_TOKEN`: Duck DNS account token (obtained from [Duck DNS](https://www.duckdns.org))
|
||||||
* `DUCKDNS_DOMAIN`: Full Duck DNS domain (e.g. `test.duckdns.org`)
|
* `DUCKDNS_DOMAIN`: Full Duck DNS domain (e.g. `test.duckdns.org`)
|
||||||
|
@ -12,11 +19,8 @@ Variables:
|
||||||
|
|
||||||
**Note:** The format of `DUCKDNS_DOMAIN` should be the same regardless of the value of `LETSENCRYPT_WILDCARD`.
|
**Note:** The format of `DUCKDNS_DOMAIN` should be the same regardless of the value of `LETSENCRYPT_WILDCARD`.
|
||||||
|
|
||||||
Volumes:
|
## Volumes
|
||||||
|
|
||||||
* `<certs>:/etc/letsencrypt`: A named or hosted volume which allows SSL certificates to persist and be accessed by other containers
|
* `<certs>:/etc/letsencrypt`: A named or hosted volume which allows SSL certificates to persist and be accessed by other containers
|
||||||
|
|
||||||
**Note:** If a hosted volume is used, the volume should be mounted in an unused directory in another container to prevent access conflicts.
|
**Note:** If a hosted volume is used, the volume should be mounted in an unused directory in another container to prevent access conflicts.
|
||||||
|
|
||||||
### TODO:
|
|
||||||
- [ ] Implement tests so `depends_on` can be used in docker-compose to prevent other containers from initialising until certificates are ready
|
|
||||||
|
|
Loading…
Reference in a new issue