Re: How to start up with keystores, and setting up your own CA (some tips)

2006-09-06 Thread José Ferreiro
For the server side you may define your crypto.properties in the filedeploy.wsddusing but you have to understand what is happening (in terms of cryptography and exchange messages)within and same thing in the client side configutration file for crypto.propeties.I will suggest you to label them like

Re: How to start up with keystores, and setting up your own CA (some tips)

2006-09-06 Thread Ruchith Fernando
Following is a step by step guide on setting up keystores for a client and a service: http://www.wso2.net/tutorials/rampart/java/2006/06/29/setting-up-keystores Thanks, Ruchith On 9/6/06, José Ferreiro <[EMAIL PROTECTED]> wrote: Hello Risello, Try to understand the keytool included in the Jav

How to start up with keystores, and setting up your own CA (some tips)

2006-09-06 Thread José Ferreiro
Hello Risello,Try to understand the keytool included in the Java SDK (how it works,how to generate keys, certificate request,  etc...).This will allow you to define a crypto.propeties file... (one should be in the client side and another one in the server side...) The following links will be VERY h