summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/validation/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/plugins/validation/index.md')
-rw-r--r--docs/reference/plugins/validation/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/plugins/validation/index.md b/docs/reference/plugins/validation/index.md
index f5b8f0d..56e4254 100644
--- a/docs/reference/plugins/validation/index.md
+++ b/docs/reference/plugins/validation/index.md
@@ -7,7 +7,7 @@ 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-0](/win-acme/reference/plugins/validation/http/) and
+two whom are supported by Let's Encrypt and win-acme, namely [HTTP-01](/win-acme/reference/plugins/validation/http/) and
[DNS-01](/win-acme/reference/plugins/validation/dns/).
For wildcard identifiers, only DNS validation is accepted by Let's Encrypt.