mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Refining obtain_certificate_from_csr docstring
This commit is contained in:
@@ -199,8 +199,8 @@ class Client(object):
|
|||||||
:param .le_util.CSR csr: DER-encoded Certificate Signing
|
:param .le_util.CSR csr: DER-encoded Certificate Signing
|
||||||
Request. The key used to generate this CSR can be different
|
Request. The key used to generate this CSR can be different
|
||||||
than `authkey`.
|
than `authkey`.
|
||||||
:param list authzr: ACME Authorization Resource dict where keys are
|
:param list authzr: List of
|
||||||
domains and values are :class:`acme.messages.AuthorizationResource`
|
:class:`acme.messages.AuthorizationResource`
|
||||||
|
|
||||||
:returns: `.CertificateResource` and certificate chain (as
|
:returns: `.CertificateResource` and certificate chain (as
|
||||||
returned by `.fetch_chain`).
|
returned by `.fetch_chain`).
|
||||||
|
|||||||
Reference in New Issue
Block a user