Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 282 Bytes

File metadata and controls

10 lines (7 loc) · 282 Bytes

mtls-proxy

Small utility that starts local http server, and forwards all requests to remote endpoint that requires mTLS authentication.

Usage

./mtls-proxy -target remote.host.example.com -certificate cert.crt -key private.key -port 8080
curl http://localhost:8080