mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Rewrap after errors rename, doc fixes.
This commit is contained in:
@@ -60,7 +60,7 @@ class AuthHandler(object):
|
||||
form of (`completed`, `failed`)
|
||||
:rtype: tuple
|
||||
|
||||
:raises AuthorizationError: If unable to retrieve all
|
||||
:raises .AuthorizationError: If unable to retrieve all
|
||||
authorizations
|
||||
|
||||
"""
|
||||
@@ -296,8 +296,7 @@ class AuthHandler(object):
|
||||
:class:`letsencrypt.achallenges.Indexed`
|
||||
:rtype: tuple
|
||||
|
||||
:raises errors.Error: If Challenge type is not
|
||||
recognized
|
||||
:raises .errors.Error: if challenge type is not recognized
|
||||
|
||||
"""
|
||||
dv_chall = []
|
||||
@@ -354,8 +353,7 @@ def challb_to_achall(challb, key, domain):
|
||||
|
||||
else:
|
||||
raise errors.Error(
|
||||
"Received unsupported challenge of type: %s",
|
||||
chall.typ)
|
||||
"Received unsupported challenge of type: %s", chall.typ)
|
||||
|
||||
|
||||
def gen_challenge_path(challbs, preferences, combinations):
|
||||
|
||||
Reference in New Issue
Block a user