the whole process runs smoothly and ends successfully, a certificate is created with a key and csr,
after implementation, a message appears on the website that the certificate is invalid because the server identity cannot be confirmed?
I used these commands
openssl genrsa -out certyficate.key 2048
openssl req -new -key certyficate.key -out certyficate.csr
openssl x509 -req -days 365 -in certyficate.csr -signkey certyficate.key -out certyficate.crt
a certificate is created with a key and csr all ok
it's also strange that in version apache2.4.54.2 to generate anything I had to create a separate folder in the main directory with the name Apache24\conf and copy the file " openssl.cnf ",
why \_*|*_/
after implementing on the server in the browser this error
net::ERR_CERT_COMMON_NAME_INVALID
but I am entering the correct name so the error must be in the server confirmation
after implementation, a message appears on the website that the certificate is invalid because the server identity cannot be confirmed?
I used these commands
openssl genrsa -out certyficate.key 2048
openssl req -new -key certyficate.key -out certyficate.csr
openssl x509 -req -days 365 -in certyficate.csr -signkey certyficate.key -out certyficate.crt
a certificate is created with a key and csr all ok
it's also strange that in version apache2.4.54.2 to generate anything I had to create a separate folder in the main directory with the name Apache24\conf and copy the file " openssl.cnf ",
why \_*|*_/
after implementing on the server in the browser this error
net::ERR_CERT_COMMON_NAME_INVALID
but I am entering the correct name so the error must be in the server confirmation