Hello
Thank you for your question and reaching out.
The alternative name for the certificate subject can be a domain name or an IP address. Users receive a NET::ERR_CERT_COMMON_NAME_INVALID error if the certificate does not have the correct subjectAlternativeName extension, indicating that the connection is not private. If the certificate lacks a subjectAlternativeName extension, Chrome DevTools displays a warning in the Security panel informing users that the subject alternative name is missing.
Please review result of netsh http show sslcert > sslcert.txt output
--If the reply is helpful, please Upvote and Accept as answer--