Apache не удается запуститься с нового сертификата SSL

Это должно работать:

$PHYSICAL["path"] =~ "\.(php\d*|cgi|pl|phtml)$" {
        access.deny-all = "enable" 
}
4
задан 31 March 2014 в 00:50
1 ответ

x509 certificate routines:X509_check_private_key:key values mismatch means that the private key you have specified does not match the public key in the certificate you have specified.

Make sure that you are referencing the correct key and certificate files in your configuration.

RSA server certificate CommonName (CN) 'www.mywebsite.com' does NOT match server name!? may be a sign that it is the wrong certificate that has been specified.

2
ответ дан 3 December 2019 в 03:58

Теги

Похожие вопросы