mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
I think I figured out the authentication handler object
This commit is contained in:
parent
4e73d7ce00
commit
89485f7463
1 changed files with 4 additions and 4 deletions
|
|
@ -322,7 +322,7 @@ def _find_domains_or_certname(config, installer):
|
|||
"""Retrieve domains and certname from config or user input.
|
||||
|
||||
:param interfaces.IConfig config: Configuration object
|
||||
:param: TODO installer?
|
||||
:param installer: Installer object
|
||||
|
||||
:returns: Two-part tuple of domains and certname
|
||||
:rtype: tuple
|
||||
|
|
@ -536,8 +536,8 @@ def _init_le_client(config, authenticator, installer):
|
|||
"""Initialize Let's Encrypt Client
|
||||
|
||||
:param interfaces.IConfig config: Configuration object
|
||||
:param: TODO authenticator
|
||||
:param: TODO installer
|
||||
:param AuthHandler authenticator: Acme authentication handler
|
||||
:param installer: Installer object
|
||||
|
||||
:returns: client: Client object
|
||||
|
||||
|
|
@ -896,7 +896,7 @@ def renew_cert(config, plugins, lineage):
|
|||
"""Renew & save an existing cert. Do not install it.
|
||||
|
||||
:param interfaces.IConfig config: Configuration object
|
||||
:param list plugins: TODO
|
||||
:param list plugins: List of plugins
|
||||
:param lineage: TODO
|
||||
|
||||
:returns: `None`
|
||||
|
|
|
|||
Loading…
Reference in a new issue