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

Fixing parameter type for obtain_certificate's domains parameter

This commit is contained in:
TheNavigat
2016-02-04 05:48:00 +02:00
parent 86631dd46c
commit df111febfd

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