Skip to content
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 cert #15

Open
jimmywarting opened this issue Apr 26, 2023 · 2 comments
Open

wildcard cert #15

jimmywarting opened this issue Apr 26, 2023 · 2 comments

Comments

@jimmywarting
Copy link

is it possible to create a wildcard domain?
i tried it out but it said:

{
  "type": "urn:ietf:params:acme:error:orderNotReady",
  "detail": "Order's status (\"valid\") is not acceptable for finalization",
  "status": 403
}

reading up on advantages and disadvantages here: https://letsencrypt.org/docs/challenge-types/
it says http & tls don't support wildcard but dns dose.

@JonahGroendal
Copy link
Owner

That's an odd error message. I haven't personally tried registering a wildcard domain but a quick Google search indicates it's supported by Let's Encrypt via DNS-01, so it should be possible. Maybe be an issue with the code

@jimmywarting
Copy link
Author

jimmywarting commented Apr 27, 2023

I manage to get it to work... but only for the subdomains... not for the root domain... 😞
need some kind of "naked domain" or san?

don't know how to solve it but i think https://serverfault.com/a/938377 is a good lead

maybe something that can be solved with node-forge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants