mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Add todo for obtain certificate.
This commit is contained in:
parent
0371838a91
commit
d6026d7573
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ class Client(object):
|
|||
|
||||
:meth:`.register` must be called before :meth:`.obtain_certificate`
|
||||
|
||||
.. todo:: This function currently uses the account key for the cert.
|
||||
This should be changed to an independent key once renewal is sorted
|
||||
out.
|
||||
|
||||
:param set domains: domains to get a certificate
|
||||
|
||||
:param csr: CSR must contain requested domains, the key used to generate
|
||||
|
|
|
|||
Loading…
Reference in a new issue