Merge pull request #3948 from flatcar/sayan/update-the-az-kv-token

Update the signing cert on the azure KV
This commit is contained in:
Sayan Chowdhury 2026-04-20 15:57:38 +05:30 committed by GitHub
commit 05e9069a2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ if [[ ${COREOS_OFFICIAL:-0} -ne 1 ]]; then
SBSIGN_KEY="/usr/share/sb_keys/shim.key"
SBSIGN_CERT="/usr/share/sb_keys/shim.pem"
else
SBSIGN_KEY="pkcs11:token=flatcar-sb-dev-hsm-sign-2025"
SBSIGN_KEY="pkcs11:token=flatcar-secure-boot-prod-2026-04"
unset SBSIGN_CERT
fi