postman-app-support
postman-app-support copied to clipboard
Generated cURL code doesn't contain the client certificates
Describe the bug Generated cURL code doesn't contain the client certificates added as part of the curl command
To Reproduce Steps to reproduce the behavior:
- Go to Settings -> Certificates -> Client certificates -> Add certificate
- Return to builder and generate curl code for the same domain for which cert is added.
Expected behavior The curl command generated should have the cert and key added as part of the command.
App information (please complete the following information):
- Native App
- Version 7.25.0-canary05 (7.25.0-canary05)
- OS: Mac Mojave
Additional context This was identified as part of communicating with an API over mTLS.