Refining obtain_certificate_from_csr docstring

This commit is contained in:
Amjad Mashaal 2016-03-22 00:38:59 +02:00
parent 838eb28d0a
commit dc564efd0c

View file

@ -199,8 +199,8 @@ class Client(object):
:param .le_util.CSR csr: DER-encoded Certificate Signing
Request. The key used to generate this CSR can be different
than `authkey`.
:param list authzr: ACME Authorization Resource dict where keys are
domains and values are :class:`acme.messages.AuthorizationResource`
:param list authzr: List of
:class:`acme.messages.AuthorizationResource`
:returns: `.CertificateResource` and certificate chain (as
returned by `.fetch_chain`).