Forum OpenACS Q&A: Re: New Cert The page isn't redirection properly

Collapse
Posted by Gustaf Neumann on

if you have only replaced the certificate, i would recommend to look at the differences between your old and new certificate. The interesting things are especially your old and new CN and the old and new SANs (X509v3 Subject Alternative Name).

You can see the content in human readable form via:

openssl x509 -in FULLY_QUALIFIED_CERTIFICATE_FILE.pem -text -noout