1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00

Merge pull request #2367 from TheNavigat/fixobtaincertificatedoc

Fixing parameter type for obtain_certificate's domains parameter
This commit is contained in:
schoen
2016-02-03 21:26:15 -08:00

View File

@@ -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