postman-app-support icon indicating copy to clipboard operation
postman-app-support copied to clipboard

Sharing Certificates Across Workspaces

Open toddalex opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe. My team is using mTLS certificates with our API and we would like to share the same certificates across a workspace instead of generating a new cert for each dev. This would save us complicated configuration of certificates in each devs individual postman application as well as money, since each cert we generate costs us money.

Describe the solution you'd like I would like to be able to add one pem and key file shared across an entire workspace so that our team can work off one mTLS cert when calling our API.

Describe alternatives you've considered Only alternatives we considered using postman involves having each dev generate their own mTLS cert. When running API requests in our code, specifically with integration tests, we're able to use the same cert and key values using the https agent in the axios config as seen here: https://smallstep.com/hello-mtls/doc/client/axios

Additional context None.

toddalex avatar Mar 03 '21 21:03 toddalex

+1 for this. We need this feature.

ethanturk avatar May 07 '21 12:05 ethanturk

Any updates on this ticket? @giridharvc7

SaumyaKhati avatar Feb 02 '23 18:02 SaumyaKhati

+1! This would be very cool! Btw it is pretty difficult to manage certificates on the UI right now. No way to edit the previously added CRT and KEY files... Only way to delete and create a new CA certificate.

markfodor avatar May 02 '24 12:05 markfodor