Got it in my box too.
Certificate has a problem: The certificate is expiring soon: The certificate expires in 2 days on 08/26/18.
Tried to Provision, got:
Blockquote
Log:
Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator webroot, Installer None You should register before running non-interactively, or provide --agree-tos and --email <email_address> flags.
Blockquote
return config.func(config, plugins)
File â/usr/lib/python3/dist-packages/certbot/main.pyâ, line 1238, in certonly
le_client = _init_le_client(config, auth, installer)
File â/usr/lib/python3/dist-packages/certbot/main.pyâ, line 641, in _init_le_client
acc, acme = _determine_account(config)
File â/usr/lib/python3/dist-packages/certbot/main.pyâ, line 517, in _determine_account
config.email = display_ops.get_email()
File â/usr/lib/python3/dist-packages/certbot/display/ops.pyâ, line 54, in get_email
raise errors.MissingCommandlineFlag(msg)
certbot.errors.MissingCommandlineFlag: You should register before running non-interactively, or provide --agree-tos and --email <email_address> flags.
tried to give cetbot the agree via:
Blockquote
certbot --agree-tos -m MYMAIL@DOMAIN
got:
Blockquote
Certbot doesnât know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run âcertbot certonlyâ to do so. Youâll need to manually configure your web server to use the resulting certificate.
Blockquote:
mailadmin@mail:/$ sudo tail /var/log/letsencrypt/letsencrypt.log
2018-08-23 17:50:58,168:DEBUG:certbot.plugins.selection:No candidate plugin
2018-08-23 17:50:58,169:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None
2018-08-23 17:55:04,379:DEBUG:certbot.main:certbot version: 0.26.1
2018-08-23 17:55:04,380:DEBUG:certbot.main:Arguments: [ââagree-tosâ, â-mâ, âMYMAIL@MYDOMAIN.atâ]
2018-08-23 17:55:04,380:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-08-23 17:55:04,386:DEBUG:certbot.log:Root logging level set at 20
2018-08-23 17:55:04,386:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-08-23 17:55:04,387:DEBUG:certbot.plugins.selection:Requested authenticator None and installer None
2018-08-23 17:55:04,387:DEBUG:certbot.plugins.selection:No candidate plugin
2018-08-23 17:55:04,387:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None