From c7e57ae16ea9024ec55f401a18158c09bc45a1a3 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 17 Apr 2015 15:17:59 +0200 Subject: Last polishing before v2.0 --- beinc_config_sample.json.readme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'beinc_config_sample.json.readme') diff --git a/beinc_config_sample.json.readme b/beinc_config_sample.json.readme index 67cc5c2..9c5aecc 100644 --- a/beinc_config_sample.json.readme +++ b/beinc_config_sample.json.readme @@ -26,7 +26,7 @@ documentation to better illustrate the comments. # A list of allowed ciphers in the format of 'openssl ciphers' # "auto" - use the Twisted / OpenSSL defaults - "ssl_acceptable_ciphers": "auto", # default: "auto" + "ssl_ciphers": "auto", # default: "auto" # Encryption method for the BEINC server # Possible values: @@ -35,7 +35,7 @@ documentation to better illustrate the comments. # "TLSv1" - TLSv1.0 # "TLSv1_1" - TLSv1.1 # "TLSv1_2" - TLSv1.2 (most secure, but requires OpenSSL >= 1.0.1e) - "ssl_method": "auto", # default: "auto" + "ssl_version": "auto", # default: "auto" }, @@ -119,7 +119,7 @@ documentation to better illustrate the comments. # A list of preferred ciphers for this target # Default: "" (use the OpenSSL default ciphers) - "ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384", + "ssl_ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384", # Don't check whether the target's hostname matches the server's # certificate. (Only Python >= 2.7.9) -- cgit v1.3