mirror of
https://github.com/certbot/certbot.git
synced 2026-03-23 19:03:33 -04:00
Merge pull request #2367 from TheNavigat/fixobtaincertificatedoc
Fixing parameter type for obtain_certificate's domains parameter
This commit is contained in:
commit
533ede4850
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ class Client(object):
|
|||
|
||||
`.register` must be called before `.obtain_certificate`
|
||||
|
||||
:param set domains: domains to get a certificate
|
||||
:param list domains: domains to get a certificate
|
||||
|
||||
:returns: `.CertificateResource`, certificate chain (as
|
||||
returned by `.fetch_chain`), and newly generated private key
|
||||
|
|
|
|||
Loading…
Reference in a new issue