Skip to content

Commit

Permalink
update help information (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinux authored Dec 29, 2022
1 parent 2b9826f commit 92290dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Flags:
-read <filename>
Read certificate information from file server.local.pem
-connect <host:443> <tlsver:1.2>
Show certificate information from remote host
Show certificate information from remote host, use tlsver to set spesific tls version
-export-p12 <cert> <private-key> <ca-cert>
Generate client.p12 pem file containing certificate, private key and ca certificate
-match <private-key> <cert>
Expand Down
4 changes: 2 additions & 2 deletions cmd/certify/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Flags:
Generate intermediate certificate
-read <filename>
Read certificate information from file server.local.pem
-connect <host:443>
Show certificate information from remote host
-connect <host:443> <tlsver:1.2>
Show certificate information from remote host, use tlsver to set spesific tls version
-export-p12 <cert> <private-key> <ca-cert>
Generate client.p12 pem file containing certificate, private key and ca certificate
-match <private-key> <cert>
Expand Down

0 comments on commit 92290dd

Please sign in to comment.