第 9 章
name = "system-fips-mode-enabled" description = "blueprint with FIPS enabled " version = "0.0.1" [customizations] fips = true [[customizations.user]] name = "admin" password = "admin" groups = ["users", "wheel"]# composer-cli blueprints push <blueprint-name>.toml# composer-cli blueprints show <blueprint-name># composer-cli blueprints depsolve <blueprint-name># composer-cli compose start \ <blueprint-name> \ <image-type> \# composer-cli compose status … $ <UUID> FINISHED <date> <blueprint-name> <blueprint-version> <image-type> …# composer-cli compose image <UUID>$ <UUID-image-name.type>: <size> MB
$ fips-mode-setup --check FIPS mode is enabled.