We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcac132 commit d49273cCopy full SHA for d49273c
docs/cosa/run.md
@@ -109,6 +109,23 @@ $ cosa run --kargs 'foo bar'
109
foo bar
110
```
111
112
+### FIPS mode
113
+
114
+For example, to test FIPS mode:
115
116
+```
117
+$ cosa run --kargs 'fips=1 boot=LABEL=boot'
118
+...
119
+[core@cosa-devsh ~]$ grep -o 'fips' /proc/cmdline
120
+fips
121
+[root@cosa-devsh ~]# update-crypto-policies --show
122
+FIPS
123
+[root@cosa-devsh ~]# fips-mode-setup --check
124
+FIPS mode is enabled.
125
+[root@cosa-devsh ~]# cat /proc/sys/crypto/fips_enabled
126
+1
127
128
129
## Simulating a CoreOS install
130
131
With `--qemu-iso` and `--add-disk`, it's possible to run through the interactive
0 commit comments