davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

adding tls client certificate support #99

Closed husobee closed 7 years ago

husobee commented 7 years ago

Fixes https://github.com/davecheney/httpstat/issues/94

This pull request adds support for client certificates. To use specify a client certificate in PEM format that includes both the certificate and the private key in the same file with the "-c" flag.