mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
Image upload AWS
This commit is contained in:
parent
0c297f7b10
commit
b57b25fdaa
6 changed files with 254 additions and 12 deletions
9
image/secure-boot/aws/create_uefivars.sh
Executable file
9
image/secure-boot/aws/create_uefivars.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
TMPDIR=$(mktemp -d /tmp/uefivars-XXXXXXXXXXXXXX)
|
||||
git clone https://github.com/awslabs/python-uefivars ${TMPDIR}
|
||||
|
||||
"${TMPDIR}/uefivars.py" -i none -o aws -O "$1" -P ${PKI}/PK.esl -K ${PKI}/KEK.esl --db ${PKI}/db.esl
|
||||
|
||||
rm -rf "${TMPDIR}"
|
Loading…
Add table
Add a link
Reference in a new issue