SSL doesn't work
I just created/etc/httpd/conf/ssl.key/server.key
/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.csr/server.csr
I have this on httpd.conf:
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
After restarting the server, I tried to access the VirtualHost which has this config, but keep having the old certificate
any hints on the reason?