-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
wildcard domain #21
Comments
I don't think it will be ever supported since HTTPS verification can be technically difficult. What's your usecase here? |
HTTPS verification looks already great to me. With a wildcard Record is already working. I propose to further reduce the complexity of the DNS setup and maintenance efforts. If you want to setup an alternative domain you would only need _.*.gs.short.de And it should redirect With updating the subdomains on the greatsite.com domain the alternative domains would be working without change. I propose base-domain to specify if/which subdomain should get attached. None if base-domain not provided. |
Just want to make sure, we can set |
I noticed * in middle of dot labels is settable but isn't actually supported. An sufficient and simpler solution would be to simply search for the first forward-domain entry in the domain path and attach the Wildcard CNAME is supported by most registrars. And wildcard A is definitely no problem. Cludflare for example: https://developers.cloudflare.com/dns/manage-dns-records/reference/wildcard-dns-records/
is enough to redirect |
OK I understand. Although I'd already say there's a tough challenge. We have to turn this software to also be a DNS resolver so DNS validation for wildcard works (so acme dns challenge works). This is might be possible but significant development time is needed as I have to implement a DNS resolver too. Also, a robust design of how we can provide the TXT record of this also needed (lesser DNS talks and an approach to recursive domain resolving). |
Just for clarification, it's technically possible to stick with current HTTP validation to Let's Encrypt but I would reject the idea. If you set a wildcard record then we must do wildcard ssl too, otherwise we would face other problems like hitting Let's encrypt rate limit. |
is it possible or can it be added to redirect the wildcard entrie?
.*.mydomain.de. IN TXT forward-domain=https://example.com
is resulting in
"The TXT record data for ".test.mydomain.de" is missing"
The text was updated successfully, but these errors were encountered: