obtain_cert isn't dead; maybe it should be called certonly though...

This commit is contained in:
Peter Eckersley
2015-12-12 14:21:05 -08:00
parent 8ed70c18cc
commit 685ec6b539
-2
View File
@@ -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?