-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# tlscat | ||
A simple tls tool. Simple and small queries that would require long openssl commands. | ||
``` | ||
$ tlscat -h | ||
Usage: tlscat [-Chv] [-c value] [-k value] [-n value] [-p value] [-s value] [parameters ...] | ||
-c, --crt=value crt file | ||
-C, --key-check private key validation | ||
-h, --help display this help | ||
-k, --key-file=value | ||
key file | ||
-n, --server-name=value | ||
optional server name | ||
-p, --port=value optional port, default:443 | ||
-s, --server=value | ||
remote server | ||
-v, --verbose verbose output | ||
``` |