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:
[x] The pull request only addresses one issue or adds one feature.
[x] The pull request does not introduce any breaking changes
[x] I have added screenshots or gifs to help explain the change if applicable.
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