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.