Skip to content

Commit

Permalink
Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spideyz0r committed Mar 31, 2023
1 parent f0d2842 commit ba8ccf1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
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
```

0 comments on commit ba8ccf1

Please sign in to comment.