mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
constants.DV_CHALLENGES is not the constant you are looking for
This commit is contained in:
parent
4a208d4821
commit
26ffd8df3b
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class Client(object):
|
|||
dispatch DV challenges to appropriate authenticators
|
||||
(providing `.IAuthenticator` interface).
|
||||
:ivar .IAuthenticator auth: Prepared (`.IAuthenticator.prepare`)
|
||||
authenticator that can solve the `.constants.DV_CHALLENGES`.
|
||||
authenticator that can solve ACME challenges.
|
||||
:ivar .IInstaller installer: Installer.
|
||||
:ivar acme.client.Client acme: Optional ACME client API handle.
|
||||
You might already have one from `register`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue