我需要更新Apache服务器(Linux服务器RHEL6)的证书,看起来我们的团队不知道CSR的正确信息。 有没有办法从服务器中find正确的信息?
从下面的服务器输出:
-rw-r--r-- 1 root root 44 month 2 2014 ca-bundle.crt -rw-r--r-- 1 root root 33 month 2 2014 ca-bundle.trust.crt -rw-------. 1 root root 1155 month 14 2013 localhost.crt
谢谢,
不确定你正在谈论什么信息。 主题? 你可以从浏览器或openssl得到它,就像这样:
openssl x509 -in localhost.crt -text -noout