We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486c64b commit 6cde86fCopy full SHA for 6cde86f
tests/containers/fips-nginx/README.md
@@ -1,6 +1,6 @@
1
# fips-nginx Container
2
3
-This is used by the `fips.enable.https` test to verify that using
+This is used by the `fips.enable.tls` test to verify that using
4
TLS works in FIPS mode by having Ignition fetch a remote resource
5
over HTTPS with FIPS compatible algorithms.
6
tests/containers/fips-nginx/build.sh
@@ -14,7 +14,9 @@ fi
14
ip="$1"
15
16
tmpdir="$(mktemp -d)"
17
-cp Containerfile ${tmpdir}
+trap 'rm -rf -- "${tmpdir}"' EXIT
18
+
19
+cp Containerfile "${tmpdir}"
20
cd ${tmpdir}
21
22
# Prepare index.html
0 commit comments