We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbfc1d commit 66d659eCopy full SHA for 66d659e
1 file changed
README.md
@@ -71,6 +71,7 @@ Usage: sslcli {options} host…
71
72
Options
73
74
+ --email, -e email User account email (required)
75
--format, -f format Output result in different formats (text/json/yaml/xml)
76
--detailed, -d Show detailed info for each endpoint
77
--ignore-mismatch, -i Proceed with assessments on certificate mismatch
@@ -87,6 +88,9 @@ Options
87
88
89
Examples
90
91
+ sslcli --register --email john@domain.com --org 'Some Organization' --name 'John Doe'
92
+ Register new user account for scanning
93
+
94
sslcli google.com
95
Check google.com
96
0 commit comments