You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Gaurav Chandna <ga...@gmail.com> on 2013/08/28 20:43:17 UTC

how to put encrypted password in sec:key Managers tag in cxf.xml

how to put encrypted password in sec:key Managers tag in cxf.xml 
 for eg.

<http:tlsClientParameters>
      <sec:keyManagers keyPassword="password">
        <sec:keyStore type="JKS" password="password"
                      file="my/file/dir/Morpit.jks"/>



--
View this message in context: http://cxf.547215.n5.nabble.com/how-to-put-encrypted-password-in-sec-key-Managers-tag-in-cxf-xml-tp5733235.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: how to put encrypted password in sec:key Managers tag in cxf.xml

Posted by Sergey Beryozkin <sb...@gmail.com>.
Hi
On 28/08/13 19:43, Gaurav Chandna wrote:
> how to put encrypted password in sec:key Managers tag in cxf.xml
>   for eg.
>
> <http:tlsClientParameters>
>        <sec:keyManagers keyPassword="password">
>          <sec:keyStore type="JKS" password="password"
>                        file="my/file/dir/Morpit.jks"/>
>
>
I can see from the code that Jetty "OBF" prefixes are supported

Cheers, Sergey

[1] http://wiki.eclipse.org/Jetty/Howto/Secure_Passwords
>
> --
> View this message in context: http://cxf.547215.n5.nabble.com/how-to-put-encrypted-password-in-sec-key-Managers-tag-in-cxf-xml-tp5733235.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>