-
-
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
chore: replace GetRecord by GetChallengeInfo #1863
Conversation
05d8a8d
to
2aa38f9
Compare
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.
It'll take me some time to go through the changes, as I am a bit busy at the moment. I'll probably find some time tomorrow, though.
2aa38f9
to
cbadbfa
Compare
cbadbfa
to
1a92f82
Compare
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.
Code changes LGTM. I've left some remarks for the documentation.
Co-authored-by: Dominik Menke <git@dmke.org>
@dmke prepare your body my next PR will be a special 😸 |
The name of the function
GetRecord
was ambiguous because it didn't return a record, but just information about the challenge (FQDN and token value).I also do that because of a bug with the
acme-dns
provider: #1861The provider
acme-dns
must not use the FQDN produced by following CNAMEs because the CNAMEs are handled internally by the provider.Fixes #1861