Linux OpenSSL獲取證書指紋值(443、MD5、SHA1、SHA256)

md5:openssl x509 -fingerprint -md5 -in certfile.crt

sha1:openssl x509 -fingerprint -sha1 -in certfile.crt

sha256:openssl x509 -fingerprint -sha256 -in certfile.crt


 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章