Answer the question
In order to leave comments, you need to log in
What is the correct way to create a certificate for Apache in Microsoft Certification Authority?
Good afternoon, tell me please.
There is a Microsoft Certification Authority on the intranet, with the help of which I issue a certificate
Recently I needed to issue a certificate for a web site running on the same network on Apache
Did according to this manual Everything was successful, only this site successfully and without swearing at an invalid certificate works only
in
Internet Explorer
Google Chrome, on opening, swears at err_cert_common_name_invalid (as common_name it specified the domain name of the site from dns, for example mysupersite.mm)
What could be the problem? Trying to google, I came up with the fact that the problem is in a certain SAN, but not a fact
Answer the question
In order to leave comments, you need to log in
Trying to google, I came up with the fact that the problem is in a certain SAN, but not a fact
If a subjectAltName extension of type dNSName is present, that MUST
be used as the identity. Otherwise, the (most specific) Common Name
field in the Subject field of the certificate MUST be used. Although
the use of the Common Name is existing practice, it is deprecated and
Certification Authorities are encouraged to use the dNSName instead.
openssl genrsa -out cert.key 4096
openssl req -new -out cert.csr -key cert.key -config openssl.cnf
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question