Document "none" value for ca_path/ca_file in ssl_client2/ssl_server2
This commit is contained in:
parent
7ae36e4179
commit
1ce1a51816
2 changed files with 4 additions and 0 deletions
|
@ -124,8 +124,10 @@ int main( void )
|
||||||
#define USAGE_IO \
|
#define USAGE_IO \
|
||||||
" ca_file=%%s The single file containing the top-level CA(s) you fully trust\n" \
|
" ca_file=%%s The single file containing the top-level CA(s) you fully trust\n" \
|
||||||
" default: \"\" (pre-loaded)\n" \
|
" default: \"\" (pre-loaded)\n" \
|
||||||
|
" use \"none\" to skip loading any top-level CAs.\n" \
|
||||||
" ca_path=%%s The path containing the top-level CA(s) you fully trust\n" \
|
" ca_path=%%s The path containing the top-level CA(s) you fully trust\n" \
|
||||||
" default: \"\" (pre-loaded) (overrides ca_file)\n" \
|
" default: \"\" (pre-loaded) (overrides ca_file)\n" \
|
||||||
|
" use \"none\" to skip loading any top-level CAs.\n" \
|
||||||
" crt_file=%%s Your own cert and chain (in bottom to top order, top may be omitted)\n" \
|
" crt_file=%%s Your own cert and chain (in bottom to top order, top may be omitted)\n" \
|
||||||
" default: \"\" (pre-loaded)\n" \
|
" default: \"\" (pre-loaded)\n" \
|
||||||
" key_file=%%s default: \"\" (pre-loaded)\n"
|
" key_file=%%s default: \"\" (pre-loaded)\n"
|
||||||
|
|
|
@ -188,8 +188,10 @@ int main( void )
|
||||||
#define USAGE_IO \
|
#define USAGE_IO \
|
||||||
" ca_file=%%s The single file containing the top-level CA(s) you fully trust\n" \
|
" ca_file=%%s The single file containing the top-level CA(s) you fully trust\n" \
|
||||||
" default: \"\" (pre-loaded)\n" \
|
" default: \"\" (pre-loaded)\n" \
|
||||||
|
" use \"none\" to skip loading any top-level CAs.\n" \
|
||||||
" ca_path=%%s The path containing the top-level CA(s) you fully trust\n" \
|
" ca_path=%%s The path containing the top-level CA(s) you fully trust\n" \
|
||||||
" default: \"\" (pre-loaded) (overrides ca_file)\n" \
|
" default: \"\" (pre-loaded) (overrides ca_file)\n" \
|
||||||
|
" use \"none\" to skip loading any top-level CAs.\n" \
|
||||||
" crt_file=%%s Your own cert and chain (in bottom to top order, top may be omitted)\n" \
|
" crt_file=%%s Your own cert and chain (in bottom to top order, top may be omitted)\n" \
|
||||||
" default: see note after key_file2\n" \
|
" default: see note after key_file2\n" \
|
||||||
" key_file=%%s default: see note after key_file2\n" \
|
" key_file=%%s default: see note after key_file2\n" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue