Unix Blog

Monday, April 13, 2015

keytool commands

Import intermediate and root certs into an existing .p12 file 

keytool -import -trustcacerts -alias intermediate -file ./intermediate.cer -keystore myfile.p12 -storetype pkcs12 -storepass  ****

keytool -import -trustcacerts -alias root -file ./root.cer -keystore myfile.p12 -storetype pkcs12 -storepass ****

List the certificate in a keystore file

keytool -list -keystore myfile.p12  -storepass  ****-storetype pkcs12 -v

posted by Jayanthi Krishnamurthy @ 12:59 PM   0 Comments

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Newer›  ‹Older

About Me

Name: Jayanthi Krishnamurthy

View my complete profile

Posts

  • keytool commands

Older Posts Newer Posts

Archives

Subscribe to
Posts [Atom]