It would be great to be able to specify client, key and ca certificates when setting up a step in a SSL web scenario.
As example, the curl command-line that would do that is: curl --cert cert.pem
assword --cacert cacert.pem --key certkey.pem https://sslsite.com/mysite
As example, the curl command-line that would do that is: curl --cert cert.pem
assword --cacert cacert.pem --key certkey.pem https://sslsite.com/mysite
Comment