How to install on FIPS-compliant machines¶
This document provides the Landscape-specific steps needed for a FIPS-compliant Landscape deployment. The FIPS-compliant process is quite similar to the standard installation process.
Install and configure Landscape for FIPS-compliant deployments¶
Use the Quickstart or Manual installation guides, with the following changes:
Use Ubuntu 22.04 LTS
Run
pro enable fips-updates
, then rebootInstall Landscape 24.04 LTS
Install packages with
apt
instead ofsnap
Use external authentication instead of username/password
If you’re configuring Postfix for emails, add the following change:
After you’ve used Postconf to configure the
/etc/postfix/main.cf
file, add an additional step to manually set the SMTP TLS fingerprint digest:sudo postconf -e smtp_tls_fingerprint_digest=sha256
By default, Postfix uses MD5 hashes with the TLS for backward compatibility. In FIPS mode, the MD5 hashing function is not available. SHA-256 is a secure cryptographic hash function that can be used with FIPS.