What’s the difference between a certstore and a keystore

certificatekeystoreopenssl

I'm specifically using openssl in RHEL.

What's the difference between a certstore and a keystore?

Best Answer

These are exactly the same thing. However, it is keytool terminology, not openssl terminology. Either way, it stores certificates (such as a list of trusted CA certificates, or your certificates), and private keys as applicable.