Trying to perform SSL client auth using JSSE, by initializing a SSLContext using a KeyManagerFactory, which is created using a Keystore.
This works fine if the Keystore has 1 certificate, but if it contains 2 different certificates issued by the same issuer, how can I tell SSLContext which certificate to use?