Hello @JuergenAuer
thanks for the reply
when i ran the command the actual error log is
To learn how to fix them, visit Certbot-auto deployment best practices
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Enter email address (used for urgent renewal and security notices)
(Enter ‘c’ to cancel): ^CExiting abnormally:
Traceback (most recent call last):
File “/opt/eff.org/certbot/venv/bin/letsencrypt”, line 11, in
sys.exit(main())
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py”, line 15, in main
return internal_main.main(cli_args)
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/_internal/main.py”, line 1357, in main
return config.func(config, plugins)
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/_internal/main.py”, line 1220, in certonly
le_client = _init_le_client(config, auth, installer)
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/_internal/main.py”, line 603, in _init_le_client
acc, acme = _determine_account(config)
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/_internal/main.py”, line 516, in _determine_account
config.email = display_ops.get_email()
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/ops.py”, line 52, in get_email
force_interactive=True)
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/util.py”, line 178, in input
ans = input_with_timeout(message)
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/util.py”, line 82, in input_with_timeout
line = misc.readline_with_timeout(timeout, prompt)
File “/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/compat/misc.py”, line 58, in readline_with_timeout
rlist, _, _ = select.select([sys.stdin], , , timeout)
KeyboardInterrupt