I’ve requested a wildcard certificate for my domain inweb.net.br. Everything is ok. I did the Apache configuration, ok too. But when I open an URL, it return that certificate is not valid…
From Chrome (F12->Security->View certificate)
DNS name=*.inweb.net.br
DNS name=inweb.net.br
Wildcard certificates are only valid for one level of subdomains. E.g. a certificate for [ example.com, *.example.com ] is only valid for example.com, foo.example.com, bar.example.com, etc. It won't be valid for foo.bar.example.com.
For that you would need two wildcards, e.g. a certificate for [ example.com, *.example.com, bar.example.com, *.bar.example.com ]
This is a limitation true for all wildcard certificates, not just those issued by Let's Encrypt.
For your specific case you would need to add a wildcard for *.othername.inweb.net.br to your certificate to cover something.othername.inweb.net.br.