I’m trying to wrap my head around multiple wildcard entries for a couple of second level subdomains, I’m hoping I have it right based on forum searches and using a search engine.
This is what I have so far
one subdomain created on Desec
example.dedyn.io
A record pointing to my home IP
Type Subname IPv4 Address
A My IP
then a CNAME for each second level sub domain
Type Subname Target Domain Name
CNAME test1 example.dedyn.io.
Type Subname Target Domain Name
CNAME test2 example.dydyn.io.
so for the wildcard part another 2 CNAME entries
Type Subname Target Domain Name
CNAME *.test1 example.dedyn.io.
Type Subname Target Domain Name
CNAME *.test2 example.dedyn.io.
Is this how it should be done to obtain a lets encrypt cert for test1.example.dedyn.io and test2.example.dedyn.io but also wildcard certs for both test1 and test2?