Hostxpeed
Login Get Started →
Security

How to Enable FIPS Mode

5 min read
25 views
Jun 10, 2026

Prerequisites

  • Ubuntu Pro or RHEL family
  • FIPS certified kernel packages

For Ubuntu Pro

sudo apt install ubuntu-advantage-tools
sudo pro attach YOUR_TOKEN
sudo pro enable fips
sudo reboot

For CentOS/RHEL 8

sudo dnf install crypto-policies-scripts
sudo fips-mode-setup --enable
sudo reboot

Verify FIPS Mode

cat /proc/sys/crypto/fips_enabled

Should return 1.

Was this article helpful?