mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 08:03:19 +02:00
I think I figured out the authentication handler object
This commit is contained in:
+4
-4
@@ -322,7 +322,7 @@ def _find_domains_or_certname(config, installer):
|
|||||||
"""Retrieve domains and certname from config or user input.
|
"""Retrieve domains and certname from config or user input.
|
||||||
|
|
||||||
:param interfaces.IConfig config: Configuration object
|
:param interfaces.IConfig config: Configuration object
|
||||||
:param: TODO installer?
|
:param installer: Installer object
|
||||||
|
|
||||||
:returns: Two-part tuple of domains and certname
|
:returns: Two-part tuple of domains and certname
|
||||||
:rtype: tuple
|
:rtype: tuple
|
||||||
@@ -536,8 +536,8 @@ def _init_le_client(config, authenticator, installer):
|
|||||||
"""Initialize Let's Encrypt Client
|
"""Initialize Let's Encrypt Client
|
||||||
|
|
||||||
:param interfaces.IConfig config: Configuration object
|
:param interfaces.IConfig config: Configuration object
|
||||||
:param: TODO authenticator
|
:param AuthHandler authenticator: Acme authentication handler
|
||||||
:param: TODO installer
|
:param installer: Installer object
|
||||||
|
|
||||||
:returns: client: Client object
|
:returns: client: Client object
|
||||||
|
|
||||||
@@ -896,7 +896,7 @@ def renew_cert(config, plugins, lineage):
|
|||||||
"""Renew & save an existing cert. Do not install it.
|
"""Renew & save an existing cert. Do not install it.
|
||||||
|
|
||||||
:param interfaces.IConfig config: Configuration object
|
:param interfaces.IConfig config: Configuration object
|
||||||
:param list plugins: TODO
|
:param list plugins: List of plugins
|
||||||
:param lineage: TODO
|
:param lineage: TODO
|
||||||
|
|
||||||
:returns: `None`
|
:returns: `None`
|
||||||
|
|||||||
Reference in New Issue
Block a user