mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Fix wrong doc comment: account_public_key is None
This commit is contained in:
@@ -236,10 +236,8 @@ class HTTP01Response(KeyAuthorizationChallengeResponse):
|
|||||||
|
|
||||||
:param challenges.SimpleHTTP chall: Corresponding challenge.
|
:param challenges.SimpleHTTP chall: Corresponding challenge.
|
||||||
:param unicode domain: Domain name being verified.
|
:param unicode domain: Domain name being verified.
|
||||||
:param account_public_key: Public key for the key pair
|
:param JWK account_public_key: Public key for the key pair
|
||||||
being authorized. If ``None`` key verification is not
|
being authorized.
|
||||||
performed!
|
|
||||||
:param JWK account_public_key:
|
|
||||||
:param int port: Port used in the validation.
|
:param int port: Port used in the validation.
|
||||||
|
|
||||||
:returns: ``True`` iff validation is successful, ``False``
|
:returns: ``True`` iff validation is successful, ``False``
|
||||||
|
|||||||
Reference in New Issue
Block a user