FIPS: Difference between revisions

From DikapediaV2
Jump to: navigation, search
(Created page with "====How to check if FIPS is enabled==== ---- Check that FIPS mode is enabled: $ fips-mode-setup --check FIPS mode is enabled. ====Kernel Parameter for enabling FIPS==== ---- fips=1")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
----
----
  fips=1
  fips=1
====How to disable FIPS====
----
$ fips-mode-setup --check
# fips-mode-setup --disable
Reboot and then check again.

Latest revision as of 22:53, 20 September 2024

How to check if FIPS is enabled


Check that FIPS mode is enabled:

$ fips-mode-setup --check
FIPS mode is enabled.


Kernel Parameter for enabling FIPS


fips=1


How to disable FIPS


$ fips-mode-setup --check
# fips-mode-setup --disable

Reboot and then check again.