-
-
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 Variomedia #1654
Conversation
I'll do that real quick!
|
It ran through and the last log line includes {
"domain": "*.example.com",
"certUrl": "https://acme-staging-v02.api.letsencrypt.org/acme/cert/mycert",
"certStableUrl": "https://acme-staging-v02.api.letsencrypt.org/acme/cert/mycert"
} is it a problem that only the wildcard domain is in there? I couldn't find an entry for the root domain alone somewhere.
|
I fixed the log problem The log seems right: I see 2 creates and 2 deletes. |
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
go mod tidy
Note the wildcard domain is important.
@SIMULATAN could you test by running the previous command (you have to use a real domain and email)?
Closes #1637