Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-12 Thread Jack M. Nilles
Thanks, Martin, Great advice! I have two virtual hosts. The certificate and key match on one of them but not on the other. The mismatched one is much less important so I guess I'll de-ssl it until I trace down the mismatch and redo the certificate/key. Thanks again, Jack

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-12 Thread drescher
Jack, are you sure, the certificate and the key match up? You can do this by looking at the modulus, it must be the same. In OpenSSL this looks like 'openssl x509 -in [YOUR_CERT] -noout -modulus' respectively 'openssl rsa -in [YOUR_KEY] -noout -modulus'. You may pipe this through 'openssl