Document ssl_verify_hostname

References #1064.
This commit is contained in:
Andrew Gaul 2019-07-02 10:24:00 -07:00
parent 511d223468
commit f02105c346
2 changed files with 6 additions and 0 deletions

View File

@ -176,6 +176,9 @@ You can specify this option for performance, s3fs memorizes in stat cache that t
do not check ssl certificate. do not check ssl certificate.
server certificate won't be checked against the available certificate authorities. server certificate won't be checked against the available certificate authorities.
.TP .TP
\fB\-o\fR ssl_verify_hostname (default="2")
When 0, do not verify the SSL certificate against the hostname.
.TP
\fB\-o\fR nodnscache - disable dns cache. \fB\-o\fR nodnscache - disable dns cache.
s3fs is always using dns cache, this option make dns cache disable. s3fs is always using dns cache, this option make dns cache disable.
.TP .TP

View File

@ -1160,6 +1160,9 @@ void show_help ()
" - server certificate won't be checked against the available \n" " - server certificate won't be checked against the available \n"
" certificate authorities.\n" " certificate authorities.\n"
"\n" "\n"
" ssl_verify_hostname (default=\"2\")\n"
" - When 0, do not verify the SSL certificate against the hostname.\n"
"\n"
" nodnscache (disable dns cache)\n" " nodnscache (disable dns cache)\n"
" - s3fs is always using dns cache, this option make dns cache disable.\n" " - s3fs is always using dns cache, this option make dns cache disable.\n"
"\n" "\n"