Hi,

I''ve a question regarding the security, when we define the keystore we need
to add it two times

like here

http://mail-archives.apache.org/mod_mbox/cxf-users/200709.mbox/%[email protected]%3e

<sec:trustManagers>
>           <sec:keyStore type="JKS" password="password"
>                file="c:\bea\server\mykeystore"/>
>       </sec:trustManagers>
>       <sec:keyManagers keyPassword="password">
>            <sec:keyStore type="JKS" password="password"
>                 file="c:\bea\server\cacerts"/>
>       </sec:keyManagers>

Can somebody explain me why we should define two times the keystore and in
this example why we have different value for these entries ?

Thanks in advance

Reply via email to