Hello: I've got 2 basic questions about client-cert authentication:
1) According CXF documentation , I can set
<sec:keyManagers keyPassword="password">
<sec:keyStore type="JKS" password="password"
file="my/file/dir/Morpit.jks"/>
</sec:keyManagers>
What is the keyPassword in sec:keyManagers element for ?
2)
If I've got many client-certs in the same .jks file , how I can select
the right client-cert to use ?
Should I create different keystore for implementing this ?
Thanks and regards
