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
-
Hello all. When requesting a sub domain wildcard cert such as
*.lab.work.com
the 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.com
The only way that I know of that GoDaddy DNS supports sub domains is the add a TXT record like so:
TXT
_acme-challenge.lab
in the work.com root domain.Is there a way I can bypass this check?
Beta Was this translation helpful? Give feedback.
All reactions