diff options
author | WouterTinus <wouter.tinus@gmail.com> | 2019-09-02 21:49:48 +0200 |
---|---|---|
committer | WouterTinus <wouter.tinus@gmail.com> | 2019-09-02 21:49:48 +0200 |
commit | 789fd34620b6e8f35b29738f2f0454261e734b9f (patch) | |
tree | 1d40cfa865f3a0f85ca544509425681fc766c433 /docs/reference/plugins/installation/iisweb.md | |
parent | 88087cd562cfe162456377cc2a9f525a76e22d88 (diff) | |
download | letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.zip letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.tar.gz letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.tar.bz2 |
website update
Diffstat (limited to 'docs/reference/plugins/installation/iisweb.md')
-rw-r--r-- | docs/reference/plugins/installation/iisweb.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/reference/plugins/installation/iisweb.md b/docs/reference/plugins/installation/iisweb.md index 2a04dc1..c9d2cef 100644 --- a/docs/reference/plugins/installation/iisweb.md +++ b/docs/reference/plugins/installation/iisweb.md @@ -16,14 +16,14 @@ Create or update website bindings in IIS, according to the following logic: `--sslipaddress` switches. - New bindings will be created or updated for matching host headers with the most specific match. E.g. if you generate a certificate for `a.b.c.com`, the order of preference for the binding creation/change will be: - 1. a.b.c.com - 2. *.b.c.com - 3. *.c.com - 4. *.com - 5. Default (emtpy) binding + 1. `a.b.c.com` + 2. `*.b.c.com` + 3. `*.c.com` + 4. `*.com` + 5. `*` (Default/empty binding) - If the certificate contains a wildcard domain, the order of preference will be: - 1. *.a.b.c.com - 2. x.a.b.c.com + 1. `*.a.b.c.com` + 2. `x.a.b.c.com` - In both cases, the first preferred option will be created from scratch if none of the later options are available. - In some cases the plugin will not be able to (safely) add a new binding on older versions of IIS, e.g. due to |