Skip to content

Commit

Permalink
adds more information
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrita42 committed Jan 8, 2024
1 parent 5bf7527 commit 269d241
Showing 1 changed file with 35 additions and 5 deletions.
40 changes: 35 additions & 5 deletions xml/security_fips.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,17 +294,17 @@
<para>Reboot and verify the FIPS mode with:
</para>
<screen>&prompt.user; sysctl -a | grep fips
crypto.fips_enabled = 1
crypto.fips_enabled = 1
</screen>
</listitem>
<listitem>
<para>To disable FIPS mode, run:
</para>
<screen>&prompt.user; fips-mode-setup --disable
Setting system policy to DEFAULT
FIPS mode will be disabled.
[...]
Please reboot the system for the setting to take effect.
Setting system policy to DEFAULT
FIPS mode will be disabled.
[...]
Please reboot the system for the setting to take effect.
</screen>
</listitem>
</itemizedlist>
Expand Down Expand Up @@ -337,4 +337,34 @@
running a &samba; server.
</para>
</sect1>
<sect1 xml:id="sec-fips-more">
<title>More information</title>

<para>
For more information on FIPS, refer to:
</para>

<itemizedlist mark="bullet" spacing="normal">
<listitem>
<para>
Man <literal>fips-mode-setup</literal>
</para>
</listitem>
<listitem>
<para>
Man <literal>fips-finish-install</literal>
</para>
</listitem>
<listitem>
<para>
Man <literal>crypto-policies</literal>
</para>
</listitem>
<listitem>
<para>
Man <literal>update-crypto-policies</literal>
</para>
</listitem>
</itemizedlist>
</sect1>
</chapter>

0 comments on commit 269d241

Please sign in to comment.