Java KeyStore: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m WP:CHECKWIKI errors fixed + general fixes using AWB (8961)
Changed "CAC Keystore" to CA Keystore. The cacerts keystore provides popular CA certificates, as the existing source indicates, but does not provide any DoD CAC certificate authorities.
Line 3:
In [[Oracle WebLogic Server]], a file with extension ''jks'' serves as keystore.
 
The [[Java Development Kit]] maintains a [[CommonCertificate Access CardAuthority|CACCA]] keystore in jre/lib/security/cacerts. JDKs provide a tool named ''keytool''<ref>[http://java.sun.com/javase/6/docs/tooldocs/solaris/keytool.html keytool - Key and Certificate Management Tool]</ref> to manipulate the keystore. ''keytool'' has no functionality to extract the private key out of the keystore, but this is possible with third-party tools like jksExportKey<ref>[http://miteff.com/jksexportkey jksExportKey - A free tool for exporting private keys out of the keystore as standalone files]</ref> and CERTivity.<ref>[http://www.edulib.com/products/keystores-manager/ CERTivity - A multi-platform visual tool for managing keystores]</ref>
 
== See also ==