diff options
author | Wouter Tinus <wouter.tinus@gmail.com> | 2020-09-16 16:52:12 +0200 |
---|---|---|
committer | Wouter Tinus <wouter.tinus@gmail.com> | 2020-09-16 16:52:12 +0200 |
commit | 58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2 (patch) | |
tree | d7b6c12068c12749422b1d31de6b8265a6363a51 /docs/reference/plugins/validation/index.md | |
parent | d883566a704b2e2c0a7ceb0aaf7868568e4c47fc (diff) | |
download | letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.zip letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.tar.gz letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.tar.bz2 |
remove docs, they moved to a seperate repo log ago
Diffstat (limited to 'docs/reference/plugins/validation/index.md')
-rw-r--r-- | docs/reference/plugins/validation/index.md | 23 |
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 |