FIPS: Difference between revisions

From DikapediaV2
Jump to: navigation, search
No edit summary
No edit summary
Line 17: Line 17:
  fips-mode-setup --disable
  fips-mode-setup --disable


reboot
Reboot and then check again.
 
And then check again.

Revision as of 22:52, 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.