Is there a way you can pass the SSL certificate info through custom Java Step?
N/A
Add the following properties in your Java Script step.
testExec.setStateValue ( “ssl.client.cert.path”, “/the/path/to/the/cert” );
testExec.setStateValue ( “ssl.client.cert.pass”, “the-password” );