Skip to content

Commit 05e9069

Browse files
Merge pull request #3948 from flatcar/sayan/update-the-az-kv-token
Update the signing cert on the azure KV
2 parents 02ea97d + ac41293 commit 05e9069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_library/sbsign_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ ${COREOS_OFFICIAL:-0} -ne 1 ]]; then
66
SBSIGN_KEY="/usr/share/sb_keys/shim.key"
77
SBSIGN_CERT="/usr/share/sb_keys/shim.pem"
88
else
9-
SBSIGN_KEY="pkcs11:token=flatcar-sb-dev-hsm-sign-2025"
9+
SBSIGN_KEY="pkcs11:token=flatcar-secure-boot-prod-2026-04"
1010
unset SBSIGN_CERT
1111
fi
1212

0 commit comments

Comments
 (0)