From 3ca4f661388c83ddbffdf97cf193ebbbb79712f4 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 7 Feb 2018 15:41:24 -0800 Subject: [PATCH] update ClientNetwork.account comment --- acme/acme/client.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/acme/acme/client.py b/acme/acme/client.py index b1b15457c..da8da587a 100644 --- a/acme/acme/client.py +++ b/acme/acme/client.py @@ -574,8 +574,9 @@ class ClientNetwork(object): # pylint: disable=too-many-instance-attributes """Initialize. :param key: Account private key - :param messages.Registration account: Account object. Required if you are - planning to use .post() with acme_version=2. + :param messages.RegistrationResource account: RegistrationResource object. Required if you are + planning to use .post() with acme_version=2 for anything other than creating a new + account; may be set later after registering. :param josepy.JWASignature alg: Algoritm to use in signing JWS. :param bool verify_ssl: Whether to verify certificates on SSL connections. :param str user_agent: String to send as User-Agent header.