Keytool Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Inspect the Certificate=
=Inspect the Certificate=


  keytool -printcert -v -file ./test-cert.crt
  keytool -printcert -v -file ./test-cert.pem
 
It accepts certificates in [[Public_Key_Security#PEM|PEM]] format.

Revision as of 05:04, 8 April 2018

Internal

Inspect the Certificate

keytool -printcert -v -file ./test-cert.pem

It accepts certificates in PEM format.