summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-06-24 00:07:55 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-06-24 00:07:55 +0300
commitc599c190bfe936e25ec3e93e6e53fe77ee075893 (patch)
treeef1b690de0bc57a2df2fda456393eaf33f8477b5 /priv
parent59ce657abcdbbed66799f466792657709baae37d (diff)
parent5aa080b9695e341784272268bf90927914f1ce7a (diff)
downloadrabbitmq-server-git-c599c190bfe936e25ec3e93e6e53fe77ee075893.tar.gz
Merge branch 'master' into rabbitmq-server-1246-master
Diffstat (limited to 'priv')
-rw-r--r--priv/schema/rabbit.schema3
1 files changed, 3 insertions, 0 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index e3eff6fb59..c503548187 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -207,6 +207,9 @@ end}.
{mapping, "ssl_options.honor_cipher_order", "rabbit.ssl_options.honor_cipher_order",
[{datatype, {enum, [true, false]}}]}.
+{mapping, "ssl_options.honor_ecc_order", "rabbit.ssl_options.honor_ecc_order",
+ [{datatype, {enum, [true, false]}}]}.
+
{mapping, "ssl_options.key.RSAPrivateKey", "rabbit.ssl_options.key",
[{datatype, string}]}.