2019-09-26 23:59:10,934

EBUG:certbot.main:certbot version: 0.38.0
2019-09-26 23:59:10,935

EBUG:certbot.main:Arguments: []
2019-09-26 23:59:10,935

EBUG:certbot.main

iscovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2019-09-26 23:59:10,980

EBUG:certbot.log:Root logging level set at 20
2019-09-26 23:59:10,980:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2019-09-26 23:59:10,981

EBUG:certbot.plugins.selection:Requested authenticator None and installer None
2019-09-26 23:59:11,126

EBUG:certbot_apache.configurator:Apache version is 2.4.25
2019-09-26 23:59:12,987

EBUG:certbot.plugins.disco:No installation (PluginEntryPoint#nginx): Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.
Traceback (most recent call last):
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 130, in prepare
self._initialized.prepare()
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_nginx/configurator.py", line 160, in prepare
"Could not find a usable 'nginx' binary. Ensure nginx exists, "
NoInstallationError: Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.
2019-09-26 23:59:12,990

EBUG:certbot.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: apache = certbot_apache.entrypoint:ENTRYPOINT
Initialized: <certbot_apache.override_debian.DebianConfigurator object at 0x7f4d202a7d50>
Prep: True
2019-09-26 23:59:12,992

EBUG:certbot.plugins.selection:Selected authenticator <certbot_apache.override_debian.DebianConfigurator object at 0x7f4d202a7d50> and installer <certbot_apache.override_debian.DebianConfigurator object at 0x7f4d202a7d50>
2019-09-26 23:59:12,992:INFO:certbot.plugins.selection

lugins selected: Authenticator apache, Installer apache
2019-09-26 23:59:13,001

EBUG:certbot.main

icked account: <Account(RegistrationResource(body=Registration(status=None, terms_of_service_agreed=None, agreement=u'
https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf', only_return_existing=None, contact=(u'mailto:
postmaster@meineDomain.de',), key=Jxxxxx(key=<ComparableRSAKey(<cryptography.hazmat.backends.openssl.rsa._RSAPublicKey object at 0x7f4d22xxf650>)>), external_account_binding=None), uri=u'
https://acme-v01.api.letsencrypt.org/acme/reg/4765651', new_authzr_uri=u'
https://acme-v01.api.letsencrypt.org/acme/new-authz', terms_of_service=u'
https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf'), c25a6ffa26c62db3f9d0cf56ad7929fd, Meta(creation_host=u'server.meinedomain.de', creation_dt=datetime.datetime(2016, 9, 30, 19, 16, 4, tzinfo=<UTC>)))>
2019-09-26 23:59:13,002

EBUG:acme.client:Sending GET request to
https://acme-v02.api.letsencrypt.org/directory.
2019-09-26 23:59:13,005

EBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2019-09-26 23:59:13,680

EBUG:urllib3.connectionpool:
https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
2019-09-26 23:59:13,680

EBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 26 Sep 2019 21:59:13 GMT
Content-Type: application/json
Content-Length: 658
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"C5Iqnbxxxxx": "
https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "
https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"termsOfService": "
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
"website": "
https://letsencrypt.org"
},
"newAccount": "
https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "
https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "
https://acme-v02.api.letsencrypt.org/acme/new-order",
"revokeCert": "
https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2019-09-26 23:59:13,682

EBUG:certbot.util:Not suggesting name "mail.*"
Traceback (most recent call last):
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/util.py", line 275, in get_filtered_names
filtered_names.add(enforce_le_validity(name))
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/util.py", line 489, in enforce_le_validity
"Valid characters are A-Z, a-z, 0-9, ., and -.".format(domain))
ConfigurationError: mail.* contains an invalid character. Valid characters are A-Z, a-z, 0-9, ., and -.
2019-09-26 23:59:13,686

EBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1378, in main
return config.func(config, plugins)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1127, in run
domains, certname = _find_domains_or_certname(config, installer)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 423, in _find_domains_or_certname
domains = display_ops.choose_names(installer, question)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/ops.py", line 129, in choose_names
code, names = _filter_names(names, question)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/ops.py", line 180, in _filter_names
question, tags=sorted_names, cli_flag="--domains", force_interactive=True)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/util.py", line 253, in checklist
force_interactive=True)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/util.py", line 179, in input
ans = input_with_timeout(message)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/util.py", line 85, in input_with_timeout
raise EOFError
EOFError
2019-09-26 23:59:13,690:ERROR:certbot.log:An unexpected error occurred: