Archive

Archive for May, 2009

difference between keyentry and trustedcertentry

You can tell if a certificate includes a private key by the way keytool lists it. Signing certificates with private keys will be marked keyEntry. Authority certificates without private keys will be marked trustedCertEntry.

Categories: Tech stuff