madmail install TLS prompts have changed #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
current install_madmail.py script expects:
child.expect("TLS mode")
child.sendline("self_signed")
child.expect("Disable TLS verification for clie
nts")
child.sendline("n")
however, testing new install from my own RPI image build, the prompts show:
New TLS prompts:
🔒 TLS Certificate Configuration
TLS certificate path [/etc/maddy/certs/fullchain.pem]:
TLS private key path [/etc/maddy/certs/privkey.pem]:
⚠️ TLS certificates not found at /etc/maddy/certs/fullchain.pem
Generate self-signed certificates? [Y/n]: Y
this may be related to: butter/churn#11
and comment about local compile of madmail.
fixed
ec1673f7feand here:
5b418add4d