File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -2250,6 +2250,31 @@ rabbitmqctl encode --cipher blowfish_cfb64 --hash sha256 --iterations 10000 \
22502250 </listitem >
22512251 </varlistentry >
22522252
2253+ <varlistentry >
2254+ <!-- one-line formatting matters for rabbit_ctl_usage.erl code generation -->
2255+ <term ><cmdsynopsis ><command >decode</command > <arg choice =" opt" ><replaceable >value</replaceable ></arg > <arg choice =" opt" ><replaceable >passphrase</replaceable ></arg ></cmdsynopsis >
2256+ </term >
2257+ <listitem >
2258+ <variablelist >
2259+ <varlistentry >
2260+ <term >
2261+ <cmdsynopsis >
2262+ <arg choice =" opt" ><replaceable >value</replaceable ></arg >
2263+ <arg choice =" opt" ><replaceable >passphrase</replaceable ></arg >
2264+ </cmdsynopsis >
2265+ </term >
2266+ <listitem >
2267+ <para >
2268+ Value to decrypt (as produced by the encode command) and passphrase.
2269+ </para >
2270+ <para role =" example-prefix" >For example:</para >
2271+ <screen role =" example" >rabbitmqctl decode '{encrypted,'<< "...">> }' mypassphrase</screen >
2272+ </listitem >
2273+ </varlistentry >
2274+ </variablelist >
2275+ </listitem >
2276+ </varlistentry >
2277+
22532278 <varlistentry >
22542279 <term ><cmdsynopsis ><command >list_hashes</command ></cmdsynopsis ></term >
22552280 <listitem >
You can’t perform that action at this time.
0 commit comments