mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +08:00
Update TLS commands
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
|
||||
static const char *options = "[-port num] -cert file -key file -pass str [-cacert file]";
|
||||
static const char *options = "[-port num] -cert pem -key pem -pass str [-cacert pem]";
|
||||
|
||||
static const char *help =
|
||||
"Options\n"
|
||||
@@ -29,12 +29,12 @@ static const char *help =
|
||||
" -cipher_suite str Client's cipher suites, may appear multiple times, higher priority first\n"
|
||||
" -supported_group str Supported elliptic curves, may appear multiple times, higher priority first\n"
|
||||
" -sig_alg str Supported signature algorithms\n"
|
||||
" -cert file Server's certificate chain in PEM format\n"
|
||||
" -key file Server's encrypted private key in PEM format\n"
|
||||
" -cert pem Server's certificate chain in PEM format\n"
|
||||
" -key pem Server's encrypted private key in PEM format\n"
|
||||
" -pass str Password to decrypt private key\n"
|
||||
" -cert_request Client certificate request\n"
|
||||
" -client_cert_optional Allow client send empty Certificate\n"
|
||||
" -cacert file CA certificate for client certificate verification\n"
|
||||
" -cacert pem CA certificate for client certificate verification\n"
|
||||
" -verify_depth num Certificate verification depth\n"
|
||||
" -psk_ke Support PSK-only key exchange\n"
|
||||
" -psk_dhe_ke Support PSK with (EC)DHE key exchange\n"
|
||||
|
||||
Reference in New Issue
Block a user