my websites are alll down, including those upon which my livelihood depends. tail /var/log/apache/error.log gives me this:
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN) www.tonybaldwin.info' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN)mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN) mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN)mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN) mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN)mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN) mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN)red.liberame.org' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [error] Unable to configure RSA server private key
[Tue Mar 01 06:07:59 2016] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
is there any way to force Apache to restart despite these ssl errors, or must I recreate all of these certificates? or how else can I resolve this problem? one thing that really stumps me is that mail.myownsite.me is not in any apache configs or vhosts, afaik, it should only be of concern to dovecot and/or postfix, so I don't understand why it appears in the apache error.log This is on a vps running debian jessie.