mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 01:30:14 -04:00
Merge remote-tracking branch 'origin/master' into fix_2386
This commit is contained in:
commit
9740e41224
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class AuthHandler(object):
|
|||
def get_authorizations(self, domains, best_effort=False):
|
||||
"""Retrieve all authorizations for challenges.
|
||||
|
||||
:param set domains: Domains for authorization
|
||||
:param list domains: Domains for authorization
|
||||
:param bool best_effort: Whether or not all authorizations are
|
||||
required (this is useful in renewal)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue