diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-06-28 18:07:58 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-06-28 18:07:58 +0300 |
| commit | 020fa730ce65e2e19ba6bb483bfc5c458580c533 (patch) | |
| tree | 1a015279b773c6fea985fff087ce36e2743cc54a /docs | |
| parent | b3a95727f91c139fbb99f9f1b316c050e58d260f (diff) | |
| download | rabbitmq-server-git-020fa730ce65e2e19ba6bb483bfc5c458580c533.tar.gz | |
CLI: add list_hashes and list_ciphers in rabbitmqctl(1)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index f9d5f17511..20e695389c 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -2167,9 +2167,9 @@ <varlistentry> <term>fraction</term> <listitem><para> - Limit relative to the total amount available RAM - as a non-negative floating point number. - Values lower than 1.0 can be dangerous and + Limit relative to the total amount available RAM + as a non-negative floating point number. + Values lower than 1.0 can be dangerous and should be used carefully. </para></listitem> </varlistentry> @@ -2249,6 +2249,36 @@ rabbitmqctl encode --cipher blowfish_cfb64 --hash sha256 --iterations 10000 \ </variablelist> </listitem> </varlistentry> + + <varlistentry> + <term><cmdsynopsis><command>list_hashes</command></cmdsynopsis></term> + <listitem> + <para> + Lists hash functions supported by encoding commands. + </para> + <para role="example-prefix">For example:</para> + <screen role="example">rabbitmqctl list_hashes</screen> + <para role="example"> + This command instructs the RabbitMQ broker to list all + hash functions supported by encoding commands. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><cmdsynopsis><command>list_ciphers</command></cmdsynopsis></term> + <listitem> + <para> + Lists cipher suites supported by encoding commands. + </para> + <para role="example-prefix">For example:</para> + <screen role="example">rabbitmqctl list_ciphers</screen> + <para role="example"> + This command instructs the RabbitMQ broker to list all + cipher suites supported by encoding commands. + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> </refsect1> |
