summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarek Majkowski <marek@rabbitmq.com>2011-01-10 12:20:26 +0000
committerMarek Majkowski <marek@rabbitmq.com>2011-01-10 12:20:26 +0000
commitaf57e1fde4651ff18f5f70646c371765c29600ed (patch)
tree88413e260698f08ab7a01bf890e0107baf02a8a5 /docs
parentfbdf07599e6f4234cc1b0458bcdb1d4f6f533d36 (diff)
parentf0e8d4670ec4633f31f06ff7b10d79a3a9a13e7a (diff)
downloadrabbitmq-server-af57e1fde4651ff18f5f70646c371765c29600ed.tar.gz
bug23578 merged into default (ssl info)
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 9df4c1a8..2152cab3 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1010,6 +1010,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>