Thanks for the response. So there is an issue with the CAA lookup, however I’m not certain how this should be resolved.
Here’s the lookup for our root domain (culvers.com).
culvers.com. IN CAA
;ANSWER
culvers.com. 1799 IN CAA 0 issuewild “letsencrypt.org”
culvers.com. 1799 IN CAA 0 issue “godaddy.com”
culvers.com. 1799 IN CAA 0 issue “letsencrypt.org”
culvers.com. 1799 IN CAA 0 issuewild “godaddy.com”
;AUTHORITY ;ADDITIONAL
However if I do the same lookup for the subdomain I receive a lookup error. Shouldn’t the subdomain inherit the root domain configuration?
Do I have something syntactically incorrect with my CAA record?