mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-20 07:51:44 +01:00
offline_signing: use a smartcard URI
This commit is contained in:
parent
31b094e748
commit
ae7c036620
@ -17,5 +17,5 @@ cd "${DATA_DIR}"
|
||||
--image "${DATA_DIR}/coreos_production_update.bin" \
|
||||
--kernel "${DATA_DIR}/coreos_production_image.vmlinuz" \
|
||||
--output "${DATA_DIR}/coreos_production_update.gz" \
|
||||
--private_keys "${KEYS_DIR}/devel.key.pem+${KEYS_DIR}/prod-2.key.pem" \
|
||||
--private_keys "${KEYS_DIR}/devel.key.pem+pkcs11:object=CoreOS_Update_Signing_Key;type=private" \
|
||||
--public_keys "${KEYS_DIR}/devel.pub.pem+${KEYS_DIR}/prod-2.pub.pem"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user