There was an error while loading. Please reload this page.
1 parent 1f61321 commit c69ba8aCopy full SHA for c69ba8a
README.md
@@ -5,4 +5,19 @@ Parse SSL certificate information
5
6
Usage:
7
8
- ./ssl-cert-parse.py -h
+```sh
9
+$ ./ssl-cert-parse.py -h
10
+usage: ssl-cert-parse.py [-h] [-a] [-b] [-d HOSTNAME] [-e] [-f FILENAME]
11
+ [-p PORT]
12
+
13
+optional arguments:
14
+ -h, --help show this help message and exit
15
+ -a, --all Show the entire output
16
+ -b, --basic Show the basic data output
17
+ -d HOSTNAME, --dest HOSTNAME
18
+ Set the hostname to connect to
19
+ -e, --extended Show the extended data output
20
+ -f FILENAME, --file FILENAME
21
+ Set the file that contains the SSL certificate
22
+ -p PORT, --port PORT Set the port to connect to
23
+```
0 commit comments