I have two applications that access a web service. We use HTTPS for authenticatoin and encryption. We can get these applications access the service with one certificate stored in one keystore file, but we want them to use two different certificats. The two certificates can be saved in one keystore file. Both applications run inside the same application server instance (JVM).
The problem is that we can use system property to specify where the keystore file is, but I can not find in JSSE document how a certificate alias is specified to tell which applicaiton is using which certificate. Any idea? Thanks Jian
