-
Notifications
You must be signed in to change notification settings - Fork 10
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
Release DNS01 Challenge #8
Comments
This should be fairly easy; I would like to do it, but can't get the resources for it right now. firstly, implement for designing and implementing the challenge function, the rfc lays out nicely what needs to be done (boils down to making a TXT lookup and comparing it to the challenge). if you want to take a crack at it, i'm happy to mentor the PR. |
some more notes:
|
Hi, I make a PR for this issue. But I think it's better to leave the system DNS configuration rather than having a configuration file for that ;) |
I'll keep this ticket open until the next release, which is probably going to be 1.2.0. |
@syberalexis Thank you fir your work on DNS-01. Timing for me was impeccable :) Started similar yesterday, and then checked the repo this morning to find you already done it. Matrix ;) And as to wildcard - just tested and with EJBCA and BIND it works perfectly. Thanks again both of you! |
erm, this is strange: we don't yet implement wildcard handling. can you please elaborate on what you have done and what certificate was issued in the end? |
Not sure where to start, but basically running your code inside a container per EJBCA integration instructions. Injected the latest merged code. Running certbot like this:
Inside the hook against the BIND
And comes out to this:
Tried with only the wildmark and same result. End result:
|
I'm still puzzled why that request worked: certbot requested two identifiers, regarding your sidenote on cert-manager (a different ACME client, afaiu): because you used |
Hi,
First, thank you for your amazing work, I am actually working with the serles-acme HTTP01 challenge, but for some technical reason I would like to swap for DNS01 challenge.
Do you think it's possible to implement this ?
Have a good day !
The text was updated successfully, but these errors were encountered: