Keytool 是一個JAVA環(huán)境下的安全鑰匙與證書的管理工具.它管理一個存儲了私有鑰匙和驗證相應(yīng)公共鑰匙的與它們相關(guān)聯(lián)的X.509 證書鏈的keystore(相當(dāng)一個數(shù)據(jù)庫信峻,里面可存放多個X.509標(biāo)準(zhǔn)的證書).缕碎。
#? keytool --help
缺省情況下塑猖,-list?命令打印證書的?MD5?指紋傅事,而如果指定了?-v?選項簇搅,將以可讀格式打印證書臭墨,如果指定了?-rfc?選項枉疼,則表示以base64輸出文件,否則以二進(jìn)制輸出魄咕。
# keytool? -list? -rfc? -keystore? keystore? ?-storepass? "storepwd"
# keytool -v -list -keystore keystore -storepass "storepwd"
# keytool? -printcert? -sslserver? 192.168.1.103:2019? -rfc?
# keytool? -printcert? -sslserver? 192.168.1.103:2019? -rfc? ?>? /etc/pki/ca-trust/source/anchors/nexus.crt
# update-ca-trust
參考
常用Keytool 命令
http://www.willrey.com/support/keytool_command.html
【keytool】用keytool創(chuàng)建keystore和trustsotre文件
http://www.reibang.com/p/1b1c9cfa17a4
【keytool】如何使用使用Java密鑰庫工作?
http://www.reibang.com/p/d67d5d76fd84
【keytool】Signing Certificates With Your Own CA
http://www.reibang.com/p/a30a0459102e
證書及證書管理(keytool工具實例)
https://www.cnblogs.com/benwu/articles/4891758.html