diff options
| author | Simeon Simeonov | 2015-04-17 15:17:59 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2015-04-17 15:17:59 +0200 |
| commit | c7e57ae16ea9024ec55f401a18158c09bc45a1a3 (patch) | |
| tree | 5501acebecb777219c45f781de825d7a92f08de0 /beinc_config_sample.json.readme | |
| parent | b2120ed79c11505a326f18d8b465449dd0f6d57c (diff) | |
Last polishing before v2.0
Diffstat (limited to 'beinc_config_sample.json.readme')
| -rw-r--r-- | beinc_config_sample.json.readme | 6 |
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) |
