usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.56k stars 1.27k forks source link

feat: add --client-cert-config option for secure connections in CLI run command #3504

Closed Pragadesh-45 closed 13 hours ago

Pragadesh-45 commented 2 days ago

Fixes: #3503

Description

This PR implements the feature of adding multiple Client certificates during runtime. In the latest versions, these certificates need to be stored in the collection and then executed using the CLI.

Additionally, I've a added a log to notify the user that client certs config has been added.

eg: bru run --client-cert-config clientCertConfig.json

Contribution Checklist:

Implementation

image