summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-01 14:48:09 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-01 14:48:09 +0100
commitd99bd2bc66150244dab4c6d88faa89665c651fbf (patch)
treeb812cafd08d32381316d55af8edec8f66bb8e779 /docs
parent5b038b35fbe3695d5020174a16b5bb901c6a294e (diff)
parentc2805bdebcfb80150b9296586e56f07deceb5c03 (diff)
downloadrabbitmq-server-git-d99bd2bc66150244dab4c6d88faa89665c651fbf.tar.gz
Merging bug 22902 into default
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 7dc6c32e45..73882861fc 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -967,6 +967,21 @@
<listitem><para>Peer port.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>peer_cert_subject</term>
+ <listitem><para>The subject of the peer's SSL
+ certificate, in RFC4514 form.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>peer_cert_issuer</term>
+ <listitem><para>The issuer of the peer's SSL
+ certificate, in RFC4514 form.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>peer_cert_validity</term>
+ <listitem><para>The period for which the peer's SSL
+ certificate is valid.</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>state</term>
<listitem><para>Connection state (one of [<command>starting</command>, <command>tuning</command>,
<command>opening</command>, <command>running</command>, <command>closing</command>, <command>closed</command>]).</para></listitem>