Running into a cert issue on a OVHcloud VPS. I requested *.example.com via their panel, installed fine, but sub-subdomains throw ERR_CERT_COMMON_NAME_INVALID.
OpenSSL output:
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
04:xx:xx...
Subject: CN = *.example.com
X509v3 Subject Alternative Name:
DNS:*.example.com, DNS:example.comTesting with:
openssl s_client -connect test.example.com.com:443 -servername test.example.com.comReturns verification error: hostname mismatch. The wildcard only covers one level, doesn't it? I need this for a multi-tenant app where customers get their own sub-subdomain. Did I request the wrong thing or is there a workaround I'm missing?
— Admin