keytool

zno2 / 2023-06-06 / 原文

http://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html

Manages a keystore (database) of cryptographic keys, X.509 certificate chains, and trusted certificates.

显示 keystore

keytool -list -keystore mystore -v

显示证书

keytool -printcert -file mycer.cer -v