Hi, I have been reading and researching for an answer to this issue.
I am running mailinabox on a standalone, clean install. Its an old IBM eServer xSeries 306, (686 chipset). Updated from Ubuntu 16 server to ubuntu 18.04.
I do have it setup to run 2 domains.
I have rerun the install, and I have tried to register with Letsencrypt. (confirmed a cert account with update; so I know it has my email on file)
Nginx plugin :should be the installer (I think) as that is the webserver.
A TLS certificate can be automatically provisioned from Let’s Encrypt, a free TLS certificate provider, for: (the two domains, with sub domains of Autodiscover, autoconfigure, mail, mta-sts. = A records)
But when I try to “Provision” I get this:
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.
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.
the Tail command provides this: tail /var/log/letsencrypt/letsencrypt.log
return config.func(config, plugins)
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 1234, in certonly le_client =_init_le_client(config, auth, installer)
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 605, in _init_le_client
acc, acme = _determine_account(config)
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 518, in _determine_account
config.email = display_ops.get_email()
File “/usr/lib/python3/dist-packages/certbot/display/ops.py”, line 57, 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.
===
How can I get the mailinbaox to realize I have registered with letsencrypt;
and
get an installer so the auto renew will work?
The mail in a box does appear to be working, I have ben able to setup a email account on windows 10, and I have been able to get the mail webserver to work, (but that says its insecure).
Suggestions welcome.