An unspecified number of challenges exist

This commit is contained in:
Seth Schoen
2018-12-10 17:48:59 -08:00
parent 6c06a10d0a
commit 38ae7c8f99
+1 -1
View File
@@ -186,7 +186,7 @@ Authenticators
--------------
Authenticators are plugins that prove control of a domain name by solving a
challenge provided by the ACME server. ACME currently defines four types of
challenge provided by the ACME server. ACME currently defines several types of
challenges: HTTP, TLS-SNI (deprecated), TLS-ALPR, and DNS, represented by classes in `acme.challenges`.
An authenticator plugin should implement support for at least one challenge type.