Sub domain wildcard certs fail to be generated because of the GoDaddy API check #75
mnejmantowicz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all. When requesting a sub domain wildcard cert such as
*.lab.work.comthe verification performed by the API produces an error:Error determining zone identifier for
lab.work.com: 404 Client Error: Not Found for url:https://api.godaddy.com/v1/domains/lab.work.comThe only way that I know of that GoDaddy DNS supports sub domains is the add a TXT record like so:
TXT
_acme-challenge.labin the work.com root domain.Is there a way I can bypass this check?
Beta Was this translation helpful? Give feedback.
All reactions