> What is the keyPassword in sec:keyManagers element for ? It's the password required to access the private key in the keystore.
> If I've got many client-certs in the same .jks file , how I can select the right client-cert to use ? You can use the "certAlias" parameter to specify the right cert. See here: https://cwiki.apache.org/confluence/display/CXF20DOC/TLS+Configuration Colm. On Mon, May 5, 2014 at 8:32 PM, Jose María Zaragoza <[email protected]>wrote: > 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 > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
