Hi Mohamed,
The certificate needs to be imported to a key database using LMI. You can import a "Personal Certificate" from a .p12 file.
In your InfoMap code you will need to use a call like this:
httpGet(java.lang.String urlstr, Headers headers, java.lang.String httpsTrustStore, java.lang.String basicAuthUsername, java.lang.String basicAuthPassword, java.lang.String clientKeyStore, java.lang.String clientKeyAlias)
The clientKeyStore is the name of the keystore (without .jks appended) and the clientKeyAlias is the label of the client certificate to present.
Jon.
------------------------------
Jon Harry
Consulting IT Security Specialist
IBM
------------------------------