davecheney / httpstat

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

adding tls client certificate support #99

Closed husobee closed 8 years ago

husobee commented 8 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.