I'm running a server under example.com domain and I have sub-domains like:
- a.example.com
- b.example.com
I'm creating certificate from Let's Encrypt with zerossl online tools and I have an issue. When I generate the certificate using wildcards as *.example.com and apply it on the server all the sub-domains are good and the root-domain with www. prefix is good too.
The Only glitch is about https://example.com since it isn't included in the wildcard pattern (*.example.com).
In some other posts like this there are suggestions to use *.example.com/CN=mexample.com but the zerossl online tools doesn't support "/" character in it's web page.
Is there any workaround to pass this issue?