diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-07-03 16:12:58 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-07-03 16:12:58 +0300 |
| commit | 7dfdec854817ccc7fe979fa0da4b6d8aa5a357bf (patch) | |
| tree | cae374f14a1533637a36710f88e97aa29a6053ca /docs/rabbitmqctl.8 | |
| parent | 5a9c1af55537c1f42f120bf410c09c7331164e3e (diff) | |
| parent | 269a2c12ea20e2a5170ded7c3ce21d3fc73b76e4 (diff) | |
| download | rabbitmq-server-git-7dfdec854817ccc7fe979fa0da4b6d8aa5a357bf.tar.gz | |
Merge branch 'master' into rabbitmq-server-1246-master
Diffstat (limited to 'docs/rabbitmqctl.8')
| -rw-r--r-- | docs/rabbitmqctl.8 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index 6f8d40eaf2..e9bb7fd401 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -1847,6 +1847,32 @@ For example: .sp .Dl rabbitmqctl encode --cipher blowfish_cfb64 --hash sha256 --iterations 10000 '<<"guest">>' mypassphrase .El +.\" ------------------------------------ +.It Cm decode Ar value Ar passphrase +.Bl -tag -width Ds +.It Ar value Ar passphrase +Value to decrypt (as produced by the encode command) and passphrase. +.Pp +For example: +.sp +.Dl rabbitmqctl decode '{encrypted, <<"...">>}' mypassphrase +.El +.\" ------------------------------------ +.It Cm list_hashes +Lists hash functions supported by encoding commands. +.Pp +For example, this command instructs the RabbitMQ broker to list all hash +functions supported by encoding commands: +.sp +.Dl rabbitmqctl list_hashes +.\" ------------------------------------ +.It Cm list_ciphers +Lists cipher suites supported by encoding commands. +.Pp +For example, this command instructs the RabbitMQ broker to list all +cipher suites supported by encoding commands: +.sp +.Dl rabbitmqctl list_ciphers .El .\" ------------------------------------------------------------------ .Sh PLUGIN COMMANDS |
