This is a follow up of #21, which has been closed, already.
When using cli.py on docker alpine:latest, no certificates are requested anymore:
$ python3 cli.py cert --passphrase passphrase --config-dir . --work-dir . --logs-dir ./logs -e address@mail --contact contact@${HOSTNAME} --imap --host mail --port 3143 --agree-tos --login address@mail --password address@mail --host mail --smtp-port 3025 --smtp-host mail --non-interactive
MAPI Authenticator only runs in Windows
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/tmpq6lvw8j1/log or re-run Certbot with -v for more details.
This is a follow up of #21, which has been closed, already.
When using
cli.py
on docker alpine:latest, no certificates are requested anymore: