What is the difference between 'Trust' and 'Keystore' in Eclipse SSL configuration?

Responsive Ad Header

Question

Grade: Education Subject: Support
What is the difference between 'Trust' and 'Keystore' in Eclipse SSL configuration?
Asked by:
83 Viewed 83 Answers

Answer (83)

Best Answer
(514)
In Eclipse's SSL configuration, the 'Keystore' is a container for storing cryptographic keys and certificates. The 'Trust' store, within the Keystore, specifically holds certificates that Eclipse trusts. Adding a certificate to the 'Trust' store means Eclipse will automatically accept connections from servers presenting that certificate, regardless of its origin. The 'Keystore' can also contain private keys used for secure communication, while the 'Trust' store is primarily for verifying server certificates.