postman-app-support
postman-app-support copied to clipboard
Sharing Certificates Across Workspaces
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.
+1 for this. We need this feature.
Any updates on this ticket? @giridharvc7
+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.