Keytool Operations: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Inspect the Certificate= | =Inspect the Certificate= | ||
The [[Public_Key_Security#Certificate|certificate]] data can be displayed with: | |||
keytool -printcert -v -file ./test-cert.pem | keytool -printcert -v -file ./test-cert.pem | ||
It accepts certificates in [[Public_Key_Security#PEM|PEM]] format. | It accepts certificates in [[Public_Key_Security#PEM|PEM]] format. |
Revision as of 05:05, 8 April 2018
Internal
Inspect the Certificate
The certificate data can be displayed with:
keytool -printcert -v -file ./test-cert.pem
It accepts certificates in PEM format.