Nice ! What if i want to choose the certificate (alias) in the client application before calling the web service ? On the server side, also using Axis, with a POJO implementation, how can i retrieve the client identity ?
Thanks for more help ! >>> -----Message d'origine----- >>> De : Christopher Johnson [mailto:[EMAIL PROTECTED] >>> Envoyé : vendredi 4 février 2005 19:27 >>> À : [EMAIL PROTECTED] >>> Objet : Re: Client Certificates in Axis >>> >>> >>> /* Gives applications knowledge of client certificate */ >>> System.setProperty("javax.net.ssl.keyStore", mycert.p12); >>> System.setProperty("javax.net.ssl.keyStoreType", "pkcs12"); >>> System.setProperty("javax.net.ssl.keyStorePassword", password); >>> >>> Make sure you have the server ask for the Client cert. >>> >>> On Fri, 4 Feb 2005, Joaco wrote: >>> >>> > Hi >>> > I need Client Certificate, to authentic a Client. >>> > I know how to set up a certificate in Server side to >>> authentic a Server >>> > , but I don´t know how to use a client certificate to >>> authentic Client. >>> > It is possible in axis ? >>> > There are an other options to authentic a Client but not whit >>> password ? >>> > Someone can help me pls? >>> > >>> > Thanks >>> > Joaquin >>> > >>> > >>> > >>> >