constants.DV_CHALLENGES is not the constant you are looking for

This commit is contained in:
Brad Warren 2016-03-01 17:56:23 -08:00
parent 4a208d4821
commit 26ffd8df3b

View file

@ -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`.