mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
obtain_cert isn't dead; maybe it should be called certonly though...
This commit is contained in:
@@ -570,8 +570,6 @@ def run(args, config, plugins): # pylint: disable=too-many-branches,too-many-lo
|
||||
|
||||
def obtain_cert(args, config, plugins):
|
||||
"""Authenticate & obtain cert, but do not install it."""
|
||||
# TODO: Is this now dead code? What calls it?
|
||||
|
||||
if args.domains and args.csr is not None:
|
||||
# TODO: --csr could have a priority, when --domains is
|
||||
# supplied, check if CSR matches given domains?
|
||||
|
||||
Reference in New Issue
Block a user