summaryrefslogtreecommitdiff
path: root/beinc_config_sample.json.readme
diff options
context:
space:
mode:
Diffstat (limited to 'beinc_config_sample.json.readme')
-rw-r--r--beinc_config_sample.json.readme6
1 files changed, 3 insertions, 3 deletions
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.
26 26
27 # A list of allowed ciphers in the format of 'openssl ciphers' 27 # A list of allowed ciphers in the format of 'openssl ciphers'
28 # "auto" - use the Twisted / OpenSSL defaults 28 # "auto" - use the Twisted / OpenSSL defaults
29 "ssl_acceptable_ciphers": "auto", # default: "auto" 29 "ssl_ciphers": "auto", # default: "auto"
30 30
31 # Encryption method for the BEINC server 31 # Encryption method for the BEINC server
32 # Possible values: 32 # Possible values:
@@ -35,7 +35,7 @@ documentation to better illustrate the comments.
35 # "TLSv1" - TLSv1.0 35 # "TLSv1" - TLSv1.0
36 # "TLSv1_1" - TLSv1.1 36 # "TLSv1_1" - TLSv1.1
37 # "TLSv1_2" - TLSv1.2 (most secure, but requires OpenSSL >= 1.0.1e) 37 # "TLSv1_2" - TLSv1.2 (most secure, but requires OpenSSL >= 1.0.1e)
38 "ssl_method": "auto", # default: "auto" 38 "ssl_version": "auto", # default: "auto"
39 39
40 }, 40 },
41 41
@@ -119,7 +119,7 @@ documentation to better illustrate the comments.
119 119
120 # A list of preferred ciphers for this target 120 # A list of preferred ciphers for this target
121 # Default: "" (use the OpenSSL default ciphers) 121 # Default: "" (use the OpenSSL default ciphers)
122 "ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384", 122 "ssl_ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384",
123 123
124 # Don't check whether the target's hostname matches the server's 124 # Don't check whether the target's hostname matches the server's
125 # certificate. (Only Python >= 2.7.9) 125 # certificate. (Only Python >= 2.7.9)