Hi Kirishanthy,

Have you created a new keystore and a truststore for this ? If so you can
export the public certificate from the keystore and store it in the
truststore used by the client app.

In [1], I see that for the java client, it sets the keystore and truststore
paths and passwords as system properties. This is not recommended. The
recommended way is to initialize the SSL Context in the java client by
providing the KeyManager and TrustManager from the code itself. If you need
more help I'd be able to provide some sample code for that.. However if you
just need to test this, you can set the keystore and truststores as system
properties.

[1]
http://www.ibm.com/developerworks/websphere/library/techarticles/0510_fehners/0510_fehners.html

Regards,
Tharindu

On Thu, Nov 12, 2015 at 10:47 PM, Kirishanthy Tharmalingam <
[email protected]> wrote:

> Hi all,
>
> I forgot to add the link [1]  in the previous mail , Sorry for that.
>
> [1]
> http://www.ibm.com/developerworks/websphere/library/techarticles/0510_fehners/0510_fehners.html
>
> On Fri, Nov 13, 2015 at 12:14 PM, Kirishanthy Tharmalingam <
> [email protected]> wrote:
>
>> Hi all,
>>
>> I'm working on IBM WebSphere MQ , I need to do the SSL configuration for
>> the communication.
>>
>> I'm following [1] to get the trustore and keystore , In this document I
>> need to get certificate of the CA.
>>
>> where I can get the certificate ? or Is there any other solution for SSL
>> configuration ?
>>
>>
>> --
>> Thanks & Regards,
>> Kirishanthy
>> Associate Software Engineer
>> Mobile : +94 778333939
>> [email protected]
>>
>
>
>
> --
> Thanks & Regards,
> Kirishanthy
> Associate Software Engineer
> Mobile : +94 778333939
> [email protected]
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Tharindu Edirisinghe
Software Engineer | WSO2 Inc
Identity Server Team
Blog : tharindue.blogspot.com
mobile : 408-714-8437
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to