SimonBaeumer / goss

Quick and Easy server testing/validation
Apache License 2.0
26 stars 2 forks source link

Add support for client certificates #25

Closed panikgaul closed 5 years ago

panikgaul commented 5 years ago

It would be great if you could give the HTTPS request a client certificate.

Certificate format like: -----BEGIN CERTIFICATE ----- ASDASDASDASDASDASDASD ASDASDASDASDASD .... -----END CERTIFICATE -----

SimonBaeumer commented 5 years ago

Could you take a look at #28 ?