Hi all,
I have to use the https protocol to send xml message to our client. They gave us their certificate some_certificate.cert. My understanding is that I must use the setKeyAndChaing to specify to webMethods to use this certificate.
The inputs are:
- privKeyFile
2)certFiles
Is the certFiles the certificate I received from the client? What are the privKeyFile?
Do I need to add the certificate on the Integration Server Administration->Security->certificates too?
Thanks