blob: 56e4254626516d089068dd5d23e8279a97953035 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
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,
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.
Other challenge types are not supported for various reasons:
- `TLS-ALPN-01` - under investigation (see [#990](https://github.com/PKISharp/win-acme/issues/990))
- `TLS-SNI-01/-02` - deprecated and all but removed
- `PROOFOFPOSSESSION-01` - unknown
## Default
By default, the [self-hosting plugin](/win-acme/reference/plugins/validation/http/selfhosting) is used.
|