From 1081a17c66a70ab7602ec6aae7d1a47785cc7f1f Mon Sep 17 00:00:00 2001 From: klyubin Date: Tue, 11 Jan 2022 10:32:01 -0800 Subject: [PATCH] Add missing flags in usage in README.md (#253) This is a follow-up to ba10cd1db70fd0292a77a67dcdfc4580b82cff61 where I forgot to update the usage in README. This commit adds not only the new flag introduced in ba10cd1db70fd0292a77a67dcdfc4580b82cff61 but also the missing flags from older changes. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6cde978..3e90534 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,13 @@ Commands: --cert=CERT Client certificate chain for connecting to server (PEM). --key=KEY Private key for client certificate, if not in same file (PEM). -t, --start-tls=PROTOCOL Enable StartTLS protocol ('ldap', 'mysql', 'postgres', 'smtp' or 'ftp'). + --identity=certigo With --start-tls, sets the DB user or SMTP EHLO name. + --proxy Optional URI for HTTP(s) CONNECT proxy to dial connections with. --timeout=5s Timeout for connecting to remote server (can be '5m', '1s', etc). -m, --pem Write output as PEM blocks instead of human-readable format. -j, --json Write output as machine-readable JSON format. + --verify Verify certificate chain. + --expected-name Name expected in the server TLS certificate. Defaults to name from SNI or, if SNI not overridden, the hostname to connect to. verify --name=NAME [] [] Verify a certificate chain from file/stdin against a name.