diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-01-05 16:05:06 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-01-05 16:05:06 +0000 |
commit | f0e8d4670ec4633f31f06ff7b10d79a3a9a13e7a (patch) | |
tree | 94af8e15eff64e34e48171125fa09711129fc8b6 /docs | |
parent | cd3535bc4e27751219f2635f171f8e89836313ed (diff) | |
parent | 7fe1d0e1ee0b4e7f4568e24054a60b81ceb143f0 (diff) | |
download | rabbitmq-server-f0e8d4670ec4633f31f06ff7b10d79a3a9a13e7a.tar.gz |
Merge in defaultbug23578
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmqctl.1.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 01ddd4c1..7ae2e002 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1000,6 +1000,26 @@ connection is secured with SSL.</para></listitem> </varlistentry> <varlistentry> + <term>ssl_protocol</term> + <listitem><para>SSL protocol + (e.g. tlsv1)</para></listitem> + </varlistentry> + <varlistentry> + <term>ssl_key_exchange</term> + <listitem><para>SSL key exchange algorithm + (e.g. rsa)</para></listitem> + </varlistentry> + <varlistentry> + <term>ssl_cipher</term> + <listitem><para>SSL cipher algorithm + (e.g. aes_256_cbc)</para></listitem> + </varlistentry> + <varlistentry> + <term>ssl_hash</term> + <listitem><para>SSL hash function + (e.g. sha)</para></listitem> + </varlistentry> + <varlistentry> <term>peer_cert_subject</term> <listitem><para>The subject of the peer's SSL certificate, in RFC4514 form.</para></listitem> |