Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 458174a

Browse files
authored
Merge pull request #489 from ionlights/patch-1
Adding explicit wildcard to $EXTRA_DOMAINS in docs/README
2 parents f1ecd6f + 5afb7f6 commit 458174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: readme-vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ opt_param_env_vars:
5656
- { env_var: "DUCKDNSTOKEN", env_value: "", desc: "Required if `VALIDATION` is set to `duckdns`. Retrieve your token from https://www.duckdns.org" }
5757
- { env_var: "EMAIL", env_value: "", desc: "Optional e-mail address used for cert expiration notifications." }
5858
- { env_var: "ONLY_SUBDOMAINS", env_value: "false", desc: "If you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to `true`" }
59-
- { env_var: "EXTRA_DOMAINS", env_value: "", desc: "Additional fully qualified domain names (comma separated, no spaces) ie. `extradomain.com,subdomain.anotherdomain.org`" }
59+
- { env_var: "EXTRA_DOMAINS", env_value: "", desc: "Additional fully qualified domain names (comma separated, no spaces) ie. `extradomain.com,subdomain.anotherdomain.org,*.anotherdomain.org`" }
6060
- { env_var: "STAGING", env_value: "false", desc: "Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes." }
6161
opt_param_usage_include_vols: false
6262
opt_param_volumes:

0 commit comments

Comments
 (0)