Add Client certs to Postman Settings programmatically?

Not sure if this is a Feature Request or existing Feature I’m not aware of. We return certs and keys for certain api calls required for subsequent calls - curious if it’s possible to pass these as environment variables to the Settings->Certificates area in the app?

These api calls are frequently run and refreshed, so I’m trying to get around saving the cert files and adding them to Settings manually.

Thanks!

3 Likes

@rharmaning This would be a feature request since as of now only files are supported for certificates.
You can open a feature request here https://github.com/postmanlabs/postman-app-support/issues

Thanks @postman-harryi3t - done!

What is the status of this feature request? I need it, as well.

I am also interested in this feature.
Are there any plans to implement it?

Thanks.

This feature should be high prio imo. Working with client certs is very common in secure environments and setting this by hand is not suitable. See: Ability to use Client Certs Programmatically · Issue #4753 · postmanlabs/postman-app-support · GitHub

I’m also interested that Postman can support more then 1 certificate. I’m use to work with Insomnia where you can add as many certificate as you wish.