Currently I have a non secured communication between a php soap server and a wcf client. I would like to secure this communication in a way that will include authentication and encryption.
I am trying to find any tutorial or guide that will explain how to configure the php soap server to use ssl. The php server is running on debian. I created the .pem key using openSSL.
How can I use the .pem key with the wcf client (which only uses .cer).