How do I replicate these commands when creating reqman.conf ?
Essentially enable ssl/certificate based authentication for all my calls?
curl -k https://www.thesitetoauthenticate.com/test -v –key key.pem –cacert ca.pem –cert client.pem
curl --cert-type P12 --cert cert.p12:password https://yoursite.com
curl -E ./file.crt.pem --key ./file.key.pem https://myservice.com/service?wsdl
Thanks
How do I replicate these commands when creating
reqman.conf?Essentially enable ssl/certificate based authentication for all my calls?
Thanks