To preface, I have searched a lot but can't seem to find the right search terms.
I generated a CSR using the following command:
openssl req -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/ssl.key -out /etc/ssl/ssl.csr
With the generated CSR I got a class 2 signed cert via StartSSL.
The issue is when I view the cert info in Chrome on my site, it says the site security is outdated.
Is maybe there is an Apache2 mod_ssl setting I need to change?
Or if it's a cert issue, what OpenSSL options do I need to use to generate an up-to-date CSR request?
Thanks in advance.