I need to write a middleware micro service API from another website which is SSL secured; I need to load the certificate and wait for any post calls on that url and catch the data in my end. I have the certificate but they are .cer and .pk files. Any ideas how to make this?
I've tried mapPost that only references on my local project.