Skip to content

Commit 1081a17

Browse files
authored
Add missing flags in usage in README.md (#253)
This is a follow-up to ba10cd1 where I forgot to update the usage in README. This commit adds not only the new flag introduced in ba10cd1 but also the missing flags from older changes.
1 parent ba10cd1 commit 1081a17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,13 @@ Commands:
7070
--cert=CERT Client certificate chain for connecting to server (PEM).
7171
--key=KEY Private key for client certificate, if not in same file (PEM).
7272
-t, --start-tls=PROTOCOL Enable StartTLS protocol ('ldap', 'mysql', 'postgres', 'smtp' or 'ftp').
73+
--identity=certigo With --start-tls, sets the DB user or SMTP EHLO name.
74+
--proxy Optional URI for HTTP(s) CONNECT proxy to dial connections with.
7375
--timeout=5s Timeout for connecting to remote server (can be '5m', '1s', etc).
7476
-m, --pem Write output as PEM blocks instead of human-readable format.
7577
-j, --json Write output as machine-readable JSON format.
78+
--verify Verify certificate chain.
79+
--expected-name Name expected in the server TLS certificate. Defaults to name from SNI or, if SNI not overridden, the hostname to connect to.
7680
7781
verify --name=NAME [<flags>] [<file>]
7882
Verify a certificate chain from file/stdin against a name.

0 commit comments

Comments
 (0)