Apache-2.2

如何查找證書籤名請求資訊?

  • April 6, 2015

我需要更新 Apache 伺服器(Linux 伺服器 RHEL6)的證書,看來我們的團隊不知道 CSR 的正確資訊。有沒有辦法從伺服器中找到正確的資訊?

以下伺服器的輸出:

-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

引用自:https://serverfault.com/questions/680807