We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26298d commit 07100efCopy full SHA for 07100ef
docbook/Admin_Guide/en-US/config/security.xml
@@ -57,7 +57,9 @@
57
string generated using a secure random number
58
generator. An example for Linux systems is:
59
</para>
60
- <para>cat /dev/urandom | head -c 64 | base64</para>
+<programlisting>
61
+cat /dev/urandom | head -c 64 | base64
62
+</programlisting>
63
<para>Note that the number of bits of entropy per byte of
64
output from /dev/urandom is not 8. If you're
65
particularly paranoid and don't mind waiting a long
0 commit comments