diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-08 18:48:03 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-08 18:48:03 +0100 |
commit | 4b9a8cf392cda94300ebc7ce2d4c19fa4a1f9797 (patch) | |
tree | ceba7168a94ecb011b6832fd6bfb0e1f076a92d1 /docs | |
parent | 0dcb79a4852fed3aa15af08356d6bee2c60692ff (diff) | |
download | rabbitmq-server-4b9a8cf392cda94300ebc7ce2d4c19fa4a1f9797.tar.gz |
rename info items and functions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmqctl.1.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index acb98e48..eee8418f 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -922,6 +922,21 @@ <listitem><para>Peer port.</para></listitem> </varlistentry> <varlistentry> + <term>peer_cert_subject</term> + <listitem><para>The subject of the peer's SSL + certificate.</para></listitem> + </varlistentry> + <varlistentry> + <term>peer_cert_issuer</term> + <listitem><para>The issuer of the peer's SSL + certificate.</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> @@ -975,21 +990,6 @@ <term>send_pend</term> <listitem><para>Send queue size.</para></listitem> </varlistentry> - <varlistentry> - <term>ssl_subject</term> - <listitem><para>The subject of the peer's SSL - certificate.</para></listitem> - </varlistentry> - <varlistentry> - <term>ssl_issuer</term> - <listitem><para>The issuer of the peer's SSL - certificate.</para></listitem> - </varlistentry> - <varlistentry> - <term>ssl_validity</term> - <listitem><para>The period for which the peer's SSL - certificate is valid.</para></listitem> - </varlistentry> </variablelist> <para> If no <command>connectioninfoitem</command>s are specified then user, peer |