From 4531aa5e0e060f3577b830754075a06463a135fa Mon Sep 17 00:00:00 2001 From: redxef Date: Sun, 1 Nov 2020 13:09:42 +0100 Subject: [PATCH] Updated readme.md. --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/readme.md b/readme.md index de29c0f..0eeac96 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,22 @@ Just run it with the correct environment variables and enjoy. +Because of a limitation on duckdns it is not possible to +request a certificate which works for both the domain and +wildcard subdomains. Because of this we request 2 certificates, +one for the domain and one wildcard cert. + +**Example:** + +`DUCKDNS_DOMAIN=redxef` + +Yields 2 certificates, the first being for redxef.duckdns.org and the +second being for *.redxef.duckdns.org. These certificates can be found +under the following locations respectively: + +- `/etc/letsencrypt/live/redxef.duckdns.org/` +- `/etc/letsencrypt/live/redxef.duckdns.org-0001/` + ## ENV Variables - DUCKDNS_DOMAIN: The domain to update, ex: DUCKDNS_DOMAIN=redxef for redxef.duckdns.org