My domain is currently at Square having been transferred from Google Domains where I had the following two records defined:
An A record for "wildcard" on my domain. I used this and dynamic DNS to keep the IPv4 address up to date.
And a CNAME record for "*" whose value was "wildcard". I used this to get a domain level certificate from LetsEncrypt.
I also changed the NS over on my Square account to correctly point to the deSEC nameservers.
So with deSec I was able to create the same A record. Running nslookup on my "wildcard" name ("wildcard.<my domain>.<tld>") correctly returns its current IPv4 address.
But am having issues with the "*" CNAME record. I am not able to specify "wildcard" here on deSEC. For the target hostname it wants the value to end in a period.
It does not accept "wildcard." nor "wildcard.<my domain>.<tld>"
I currently have specified "wildcard.<my domain>." (no TLD), but that doesn’t resolve correctly with nslookup.
How do I accomplish this?