1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

"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.