Hi,
When using keytool to import a certificate, it prompts with the question "trust this certificate".
Now, I *am* aware of the notions of certificate authorities, certificate chains, etc...
But I was wondering what's the exact technical implication of "trust this certificate" -
A) would the certificate go into the global trust store ( jre/lib/cacerts ) ?
B) Or will it only be trusted within the keystore to which it was imported (so that it can be used to sign other certificates, then import them into the same keystore) ?
Thanks