How To Check If Fips Is Enabled Ubuntu?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To check if FIPS is enabled on an Ubuntu system, you can use the following command:
sudo cat /proc/sys/crypto/fips_enabled
If the output is 1, then FIPS is enabled. If the output is 0, then FIPS is not enabled.
Open a terminal window and enter the command “sudo cat /proc/sys/crypto/fips_enabled”. If the output is 1, then FIPS is enabled. If the output is 0, then it is disabled.