FIPS

From DikapediaV2
Jump to: navigation, search

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.