Hello,
How do you pass SSL cert info to the Executor?
my Newman qurey is:
newman run "api_testing.postman_collection.json" -e "dev.postman_environment.json" --ssl-client-cert "myapps-com.pem" --ssl-client-key "myapps-com.key" --ssl-client-passphrase "password"
my YAML script looks like this right now:
execution:
- executor: newman
scenario: simple
scenarios:
simple:
script: testing.postman_collection.json
environment: dev.postman_environment.json