tlsproxy

command module
v0.0.0-...-dad78bd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

README

A simple tls <-> unix socket proxy

This will verify all incoping tls connections again the provided ca, and proxy valid connection onward to the unix socket.

Usage:

Usage of ./tlsproxy:
  -ca string
    	Path to CA to auth clients against (default "ca.pem")
  -cert string
    	Path to cert (default "cert.pem")
  -key string
    	Path to key (default "key.pem")
  -listen string
    	host:port to listen on (default ":6658")
  -no-verify
    	Disable verification, (voids the entire point of this, just for testing)
  -regex string
    	Regular expression to match against CNs (start and end anchors will be added) (default ".*")
  -sock string
    	Path to unix socket to proxy to
  -tcp string
    	TCP remote end point to connect to

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL