summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/validation/index.md
diff options
context:
space:
mode:
authorWouter Tinus <win.acme.simple@gmail.com>2020-10-02 06:04:59 +0200
committerGitHub <noreply@github.com>2020-10-02 06:04:59 +0200
commit160ed1ad546b1a71d0d2a1557073b40983964bfe (patch)
tree1e8a1afd3ee2e75c6ee5e10306fc6df1696b1470 /docs/reference/plugins/validation/index.md
parentc662521de225e4dd4078fc6f0c2d1adfe323e368 (diff)
parentf0390cc9d8d8ffe82c4641f1e09e06d1ca9e12ae (diff)
downloadletsencrypt-win-simple-160ed1ad546b1a71d0d2a1557073b40983964bfe.zip
letsencrypt-win-simple-160ed1ad546b1a71d0d2a1557073b40983964bfe.tar.gz
letsencrypt-win-simple-160ed1ad546b1a71d0d2a1557073b40983964bfe.tar.bz2
Merge pull request #1672 from win-acme/2.1.11v2.1.11
2.1.11
Diffstat (limited to 'docs/reference/plugins/validation/index.md')
-rw-r--r--docs/reference/plugins/validation/index.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/reference/plugins/validation/index.md b/docs/reference/plugins/validation/index.md
deleted file mode 100644
index bfb133d..0000000
--- a/docs/reference/plugins/validation/index.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-sidebar: reference
----
-
-# Validation plugins
-
-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, 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-01 validation is accepted by Let's Encrypt.
-
-Several other challenge types are not supported for various reasons:
-- `TLS-SNI-01/-02` - deprecated and removed
-- `PROOFOFPOSSESSION-01` - unknown
-
-## Default
-
-By default, the [self-hosting plugin](/win-acme/reference/plugins/validation/http/selfhosting) is used. \ No newline at end of file