-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DNS provider for Mail-in-a-Box #2110
Conversation
44a5000
to
8547ce9
Compare
@kbudde do you have some time to test the PR? I create a PR only based on API doc, I need a user to test it because I know that documentation is not always accurate. |
I see, I will test it at the weekend 😀 |
@ldez had suddenly some free minutes and tested some combinations. Works like a charm.
It's even possible to use a apikey instead of a password. |
thank you ❤️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
make build rm -rf .lego MAILINABOX_EMAIL=user@example.com \ MAILINABOX_PASSWORD=yyyy \ MAILINABOX_BASE_URL=https://box.example.com \ ./dist/lego -m your@email.com --dns mailinabox -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run
go mod tidy
Ping @espressoelf, can you run the command (with your domain, email, and credentials)?
Closes #1459