Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for client and peer certificates #129

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bittrance
Copy link

@bittrance bittrance commented Mar 9, 2022

This is a rebase of #106 as I found myself in need of this feature. All kudos goes to @neunenak.

I've not tested musl cross-compilation.

Fixes #119 .

neunenak and others added 3 commits March 9, 2022 22:12
This commit adds two additional command-line flags for specifying SSL
certificates to be used by drill when making HTTP requests.

`--cert` is used to specify a client certificate file (following the
`curl` option with the same name). Again similarly to curl, `--cacert`
is used to specify a PEM format certificate that should be used to
verify the remote peer.

Co-authored-by: [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How can I provide SSL Certificates to authenticate requests?
2 participants