I am using Centos 6.5, Apache 2.2.15 with SSL. Due to heartbleed I have updated openssl to release 16.el6_5.7 and I have restarted the httpd service. I am using default Apache certificate and key:
*/etc/pki/tls/certs/localhost.crt
/etc/pki/tls/private/localhost.key*
So my question is: after updating openssl should I create new pair of certificate and key or is it safe to use default?
Thank you.