"Four shalt thou not count, neither count thou two"

This commit is contained in:
Seth Schoen 2018-12-10 16:17:30 -08:00
parent 85f8f68263
commit 9e1ee01547

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 three types of
challenge provided by the ACME server. ACME currently defines four 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.