how to set up WS-Security Profile so it contains certification .crt provided by customer and private .key generated by cloud team
Hi,
I'm trying to set up secure connection to clients proxy.
In order to use it I have to use clients certificate and privet key generated by pega cloud team. I can add certificate to the keystore and use it in WS_Security Profile, but I'm not sure what to do with the provided private key.
here is how the curl comment run by could team to test connection to proxy:
curl --cert ./siemenshc-1.pegacloud.com.cer --key ./client.key --request POST https://api.pega-dev.hcvpc.io/pi-dev/BPM_GET_ORDER_Out/ --data 'text' --cacert ./hcvpc-bundle.crt
Please help in configuring this so I can send the same request from with Pega7
Best regards,
Bartek