Talk:Java KeyStore: Difference between revisions

Content deleted Content added
you CAN export private keys in two steps
 
Line 4:
 
openssl pkcs12 -clcerts -in keystore.p12 -password file:p12passfile -nocerts > somecert.key
 
== More than authorization and public key certs can be stored ==
 
KeyStore definitely allows the storage of secret keys, which are not certs at all.