I've generated Lets Encrypt wildcard certificate for my domain *.domain.com
.
I thought this certificate is valid for any nested subdomain *.*.domain.com
, like it.*.domain.com
or fr.*.domain.com
. But browsers giving me error, that wildcard certificate was issued for domain.com
, and not for *.domain.com
. I've tried to issue new certificate for *.*.domain.com
with CertBot and it's giving me error (multiple wildcards not allowed).
Is it possible to achieve this, or do I have to manually issue wildcard certificates for each 1st level subdomain?