Java Glossary : cacerts

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : C words : cacerts.

cacerts
A file used to keep the root certificates of signing authorities. Its default password is changeit. In the JRE look for it in:
cacerts list of trusted certificat authorities :
Just to confuse you, there are even other copies of it in C:\program files\Java Web Start\cacerts. On my machine I found 10 copies! Lot's of luck guessing which one it is using at any given time.

Since you implicitly trust all the Certificate Authorities in the cacerts file for code signing and verification you must manage the cacerts file carefully. The cacerts file should contain only certificates of the CAs you trust.

cacerts is stored in jks format similar to PKCS #12 containing only public keys, protected by a passphrase, but no private keys. It may also contain SSL keys.

The first four signature bytes of a Sun cacerts file in hex are FEEDFEED.

certificate ¤ keyman: a more user-friendly cacerts manipulator ¤ keystore ¤ keytool ¤ PKCS ¤ SSL


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 3020.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/cacerts.html J:\mindprod\jgloss\cacerts.html