Hi Gabriel,
Understand that SSL cert able to be found through classpath, my question is a little bit different, I try to make myself understood here.
The story is: my colleague each time will create a new keystore (say abc.kdb through ikeyman) when SSL cert is required say by IHS server for SSL communication.
He would normally save that abc.kdb file under:
/opt/IBM/WebSphere/AppServer/etc
then export a self-signed cert from that keystore.
It is working fine all the time.
But since WAS7.0, a self-signed cert can be easily generated through AdminConsole, which generated based on default keystore key.p12 (normally under: /opt/IBM/WebSphere/AppServer/profiles/DMGR_XXX/etc)
Now we have at least 2 key store files, default key.p12 and newly created abc.kdb, question is how does WAS realize/know that a new abc.kdb is created so that WAS can accept whatever CERT generated from abc.kdb?
Thanks,
Eric