mirror of
https://github.com/certbot/certbot.git
synced 2026-03-23 19:03:33 -04:00
Refining obtain_certificate_from_csr docstring
This commit is contained in:
parent
838eb28d0a
commit
dc564efd0c
1 changed files with 2 additions and 2 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue