Doc fix
This commit is contained in:
parent
95bab9331d
commit
b17e12bed4
|
@ -183,7 +183,7 @@ def save_cert(cert_body, private_key, cert_chain, challenge, csr_config, account
|
||||||
:param cert_chain:
|
:param cert_chain:
|
||||||
:param challenge:
|
:param challenge:
|
||||||
:param csr_config:
|
:param csr_config:
|
||||||
:param account_ids:
|
:param accounts:
|
||||||
"""
|
"""
|
||||||
cert = Certificate(cert_body, private_key, challenge, cert_chain, csr_config)
|
cert = Certificate(cert_body, private_key, challenge, cert_chain, csr_config)
|
||||||
# if we have an AWS accounts lets upload them
|
# if we have an AWS accounts lets upload them
|
||||||
|
|
Loading…
Reference in New Issue