Skip to content

Commit

Permalink
new --ldap-config in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoucerain committed Nov 25, 2022
1 parent 111b545 commit 505ba02
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ and then visit [localhost:3000](http://localhost:3000/), we should see a directo
with $ md-tmpl -w README.md -->

<!--tmpl,code=plain:echo "$ chisel --help" && go run main.go --help | sed 's#0.0.0-src (go1\..*)#X.Y.Z#' -->
``` plain
``` plain
$ chisel --help
Usage: chisel [command] [--help]
Expand All @@ -106,7 +106,7 @@ $ chisel --help


<!--tmpl,code=plain:echo "$ chisel server --help" && go run main.go server --help | cat | sed 's#0.0.0-src (go1\..*)#X.Y.Z#' -->
``` plain
``` plain
$ chisel server --help
Usage: chisel server [options]
Expand Down Expand Up @@ -175,10 +175,13 @@ $ chisel server --help
provide a certificate notification email by setting CHISEL_LE_EMAIL.
--tls-ca, a path to a PEM encoded CA certificate bundle or a directory
holding multiple PEM encode CA certificate bundle files, which is used to
validate client connections. The provided CA certificates will be used
instead of the system roots. This is commonly used to implement mutual-TLS.
holding multiple PEM encode CA certificate bundle files, which is used to
validate client connections. The provided CA certificates will be used
instead of the system roots. This is commonly used to implement mutual-TLS.
--ldap-config, a path to a file containing the ldap authentication
configuration.
--pid Generate pid file in current working directory
-v, Enable verbose logging
Expand All @@ -201,7 +204,7 @@ $ chisel server --help


<!--tmpl,code=plain:echo "$ chisel client --help" && go run main.go client --help | sed 's#0.0.0-src (go1\..*)#X.Y.Z#' -->
``` plain
``` plain
$ chisel client --help
Usage: chisel client [options] <server> <remote> [remote] [remote] ...
Expand Down Expand Up @@ -256,7 +259,7 @@ $ chisel client --help
client's internal SOCKS5 proxy.
When stdio is used as local-host, the tunnel will connect standard
input/output of this program with the remote. This is useful when
input/output of this program with the remote. This is useful when
combined with ssh ProxyCommand. You can use
ssh -o ProxyCommand='chisel client chiselserver stdio:%h:%p' \
[email protected]
Expand Down Expand Up @@ -312,11 +315,11 @@ $ chisel client --help
may be still verified (see --fingerprint) after inner connection
is established.
--tls-key, a path to a PEM encoded private key used for client
--tls-key, a path to a PEM encoded private key used for client
authentication (mutual-TLS).
--tls-cert, a path to a PEM encoded certificate matching the provided
private key. The certificate must have client authentication
--tls-cert, a path to a PEM encoded certificate matching the provided
private key. The certificate must have client authentication
enabled (mutual-TLS).
--pid Generate pid file in current working directory
Expand Down

0 comments on commit 505ba02

Please sign in to comment.