operating_system:nix_verify_ssl_certificate
[*nix] Verify SSL Certificate From A Shell Prompt
0x00 前言
有時候手上管理的機器會使用一些 ssl 憑證,而機器交接過程中,難免發生日久後資訊失傳的狀況,不知道機器憑證是哪個單位簽發的,還是自簽的
這邊紀錄了 openssl 指令讓我們可以在 command line 透過指令查詢憑證訊息
0x01 How To
$ openssl s_client -showcerts -connect wiki.kshuang.xyz:443
在 issuer 地方就可以看到這張憑證是由 Let's Encrypt 所簽發的了
0x02 參考資料
operating_system/nix_verify_ssl_certificate.txt · 上一次變更: 由 127.0.0.1