mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Fix wrong doc comment: account_public_key is None
This commit is contained in:
parent
3cddb15023
commit
c10bfd6efc
1 changed files with 2 additions and 4 deletions
|
|
@ -236,10 +236,8 @@ class HTTP01Response(KeyAuthorizationChallengeResponse):
|
|||
|
||||
:param challenges.SimpleHTTP chall: Corresponding challenge.
|
||||
:param unicode domain: Domain name being verified.
|
||||
:param account_public_key: Public key for the key pair
|
||||
being authorized. If ``None`` key verification is not
|
||||
performed!
|
||||
:param JWK account_public_key:
|
||||
:param JWK account_public_key: Public key for the key pair
|
||||
being authorized.
|
||||
:param int port: Port used in the validation.
|
||||
|
||||
:returns: ``True`` iff validation is successful, ``False``
|
||||
|
|
|
|||
Loading…
Reference in a new issue