Keytool Operations: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Inspect the Certificate= | =Inspect the Certificate= | ||
keytool -printcert -v -file ./test-cert. | keytool -printcert -v -file ./test-cert.pem | ||
It accepts certificates in [[Public_Key_Security#PEM|PEM]] format. |