Is there a way to include in an export the client certificates defined in Settings? When I export a collection they don’t seem to be included.
While there isn’t a way to still export certificates along with the collection yet, I tried specifying the CA certificate while running a collection using newman, that worked.
- I exported my collection first, say
collection.json
- Installed newman to run collection via command line.
- Ran collection
newman run collection.json --ssl-extra-ca-certs /tmp/ca.crt
More details here - https://github.com/postmanlabs/newman/issues/2159