We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c81f610 + bd9ded7 commit eb1f0baCopy full SHA for eb1f0ba
1 file changed
build_library/sbsign_util.sh
@@ -6,7 +6,7 @@ if [[ ${COREOS_OFFICIAL:-0} -ne 1 ]]; then
6
SBSIGN_KEY="/usr/share/sb_keys/shim.key"
7
SBSIGN_CERT="/usr/share/sb_keys/shim.pem"
8
else
9
- SBSIGN_KEY="pkcs11:token=flatcar-sb-dev-hsm-sign-2025"
+ SBSIGN_KEY="pkcs11:token=flatcar-secure-boot-prod-2026-04"
10
unset SBSIGN_CERT
11
fi
12
0 commit comments