From 952e8cb4783ff12dd234ed0e7ee84cd148033463 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 24 Feb 2020 12:50:59 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-letsencrypt.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-letsencrypt.md b/images/docker-letsencrypt.md index 88d6f6ad8..bdcd4d31b 100644 --- a/images/docker-letsencrypt.md +++ b/images/docker-letsencrypt.md @@ -117,7 +117,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `URL=yourdomain.url` | Top url you have control over (`customdomain.com` if you own it, or `customsubdomain.ddnsprovider.com` if dynamic dns). | | `SUBDOMAINS=www,` | Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this _exactly_ to `wildcard` (wildcard cert is available via `dns` and `duckdns` validation only) | | `VALIDATION=http` | Letsencrypt validation method to use, options are `http`, `dns` or `duckdns` (`dns` method also requires `DNSPLUGIN` variable set) (`duckdns` method requires `DUCKDNSTOKEN` variable set, and the `SUBDOMAINS` variable must be either empty or set to `wildcard`). | -| `DNSPLUGIN=cloudflare` | Required if `VALIDATION` is set to `dns`. Options are `cloudflare`, `cloudxns`, `cpanel`, `digitalocean`, `dnsimple`, `dnsmadeeasy`, `domeneshop`, `gandi`, `google`, `inwx`, `linode`, `luadns`, `nsone`, `ovh`, `rfc2136`, `route53` and `transip`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`. | +| `DNSPLUGIN=cloudflare` | Required if `VALIDATION` is set to `dns`. Options are `aliyun`, `cloudflare`, `cloudxns`, `cpanel`, `digitalocean`, `dnsimple`, `dnsmadeeasy`, `domeneshop`, `gandi`, `google`, `inwx`, `linode`, `luadns`, `nsone`, `ovh`, `rfc2136`, `route53` and `transip`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`. | | `DUCKDNSTOKEN=` | Required if `VALIDATION` is set to `duckdns`. Retrieve your token from https://www.duckdns.org | | `EMAIL=` | Optional e-mail address used for cert expiration notifications. | | `DHLEVEL=2048` | Dhparams bit value (default=2048, can be set to `1024` or `4096`). | @@ -206,6 +206,7 @@ This will *ask* Google et al not to index and list your site. Be careful with th ## Versions +* **23.02.20:** - Add aliyun dns validation plugin. * **28.01.20:** - Deprecate tls-sni validation method, remove from docs. * **27.01.20:** - Add support for cpanel dns validation. * **10.01.20:** - Add support for domeneshop dns validation.