mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Remove cannot authenticate message for cancel
This commit is contained in:
@@ -148,7 +148,6 @@ def main(): # pylint: disable=too-many-branches, too-many-statements
|
||||
sys.exit(1)
|
||||
|
||||
if auth is None:
|
||||
logging.info("Cannot authenticate to the ACME server.")
|
||||
sys.exit(0)
|
||||
|
||||
# Use the same object if possible
|
||||
|
||||
Reference in New Issue
Block a user