Changed doc/rippled-example.cfg to specify default for ssl_verify

This commit is contained in:
Yana
2014-11-10 17:02:06 -08:00
committed by Vinnie Falco
parent be7e677448
commit 37181c341e

View File

@@ -600,6 +600,8 @@
# 0. HTTPS client connections will not verify certificates. # 0. HTTPS client connections will not verify certificates.
# 1. Certificates will be checked for HTTPS client connections. # 1. Certificates will be checked for HTTPS client connections.
# #
# If not specified, this parameter defaults to 1.
#
# #
# #
# [ssl_verify_file] # [ssl_verify_file]
@@ -935,7 +937,7 @@ n9LdgEtkmGB9E2h3K4Vp7iGUaKuq23Zr32ehxiU8FWY7xoxbWTSA RL5
[rpc_startup] [rpc_startup]
{ "command": "log_level", "severity": "warning" } { "command": "log_level", "severity": "warning" }
# Defaults to 0 ("no") so that you can use self-signed SSL certificates for # Defaults to 1 ("yes") so that certificates will be validated. To allow the use
# development, or internally. # of self-signed certificates for development or internal use, set to 0 ("no").
#[ssl_verify] #[ssl_verify]
#0 #0