-
Notifications
You must be signed in to change notification settings - Fork 7
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
A bug about CNAME when i work with a domain hosted in name.com #15
Comments
I need two things if you want help with your problem:
|
Thanks.
It is an issue of lego. I will go to report it there.
…------------------ 原始邮件 ------------------
发件人: "alexzorin/certbot-dns-multi" ***@***.***>;
发送时间: 2025年1月4日(星期六) 下午4:30
***@***.***>;
***@***.******@***.***>;
主题: Re: [alexzorin/certbot-dns-multi] A bug about CNAME when i work with a domain hosted in name.com (Issue #15)
I need two things if you want help with your problem:
Try the same thing using lego directly and report back whether it works or not. If it doesn't work, then you need to take it up with the lego project directly.
Use your real domain names when reporting this issue. I don't have the time to try and guess what the problem is from redacted logs.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Someone else started an issue 2 days ago in go-acme/lego#2386 |
It seems a bit different but refers to the same thing, following the CNAME. |
This is not "a bit different", this is another topic. If you want to disable CNAME support: https://go-acme.github.io/lego/usage/cli/options/index.html#lego_disable_cname_support |
I find a way to avoid disable CNAME support which cannot be used in some situations:
|
|
This is because the current implementation of the So this is not related to a "wrong way" to follow CNAME. I will open a PR but I will need you to test it. FYI, I tested the CNAME behavior and it works as expected (when the provider implementation uses it). I created 2 CNAMEs:
If I call
I added some debug logs and forced the usage of As you can see
and
|
I want to add a cert for *.abcd.com
There is a record in DNS:
CNAME *.abcd.com --> some.efgh.com
The script works wrong.
It said:
[INFO] Found CNAME entry for "_acme-challenge.abcd.com.": "some.efgh.com."
namedotcom: some.efgh.com. is not a subdomain of abcd.com.
Then it fails.
The text was updated successfully, but these errors were encountered: