diff options
author | Wouter Tinus <win.acme.simple@gmail.com> | 2020-01-19 09:08:36 +0100 |
---|---|---|
committer | Wouter Tinus <win.acme.simple@gmail.com> | 2020-01-19 09:08:36 +0100 |
commit | 257a9094cc542686015583660310436d25dbb089 (patch) | |
tree | 4b254d2d95b2455656c040333cd01423e49b0a9e /docs/reference/plugins | |
parent | f6744382633f33759057501778ac64d04ee05f91 (diff) | |
download | letsencrypt-win-simple-257a9094cc542686015583660310436d25dbb089.zip letsencrypt-win-simple-257a9094cc542686015583660310436d25dbb089.tar.gz letsencrypt-win-simple-257a9094cc542686015583660310436d25dbb089.tar.bz2 |
small mistake in docs
Diffstat (limited to 'docs/reference/plugins')
-rw-r--r-- | docs/reference/plugins/validation/index.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/reference/plugins/validation/index.md b/docs/reference/plugins/validation/index.md index 5e84c00..bfb133d 100644 --- a/docs/reference/plugins/validation/index.md +++ b/docs/reference/plugins/validation/index.md @@ -6,14 +6,15 @@ sidebar: reference A validation plugin is responsible for providing the ACME server with proof that you own the identifiers (host names) that you want to create a certificate for. The -[ACMEv2 protocol](https://tools.ietf.org/html/draft-ietf-acme-acme-18) defines different challenge types, -two whom are supported by Let's Encrypt and win-acme, namely [HTTP-01](/win-acme/reference/plugins/validation/http/), +[ACMEv2 protocol](https://tools.ietf.org/html/draft-ietf-acme-acme-18) defines different +challenge types, three of which are supported by win-acme, namely +[HTTP-01](/win-acme/reference/plugins/validation/http/), [DNS-01](/win-acme/reference/plugins/validation/dns/) and [TLS-ALPN-01](/win-acme/reference/plugins/validation/tls-alpn/). -For wildcard identifiers, only DNS validation is accepted by Let's Encrypt. +For wildcard identifiers, only DNS-01 validation is accepted by Let's Encrypt. -Other challenge types are not supported for various reasons: +Several other challenge types are not supported for various reasons: - `TLS-SNI-01/-02` - deprecated and removed - `PROOFOFPOSSESSION-01` - unknown |