use 4096-bit RSA AVB keys for future devices

Per upstream for coral / flame.
This commit is contained in:
Daniel Micay 2020-06-15 03:10:37 -04:00
parent b9616f8725
commit 613fd214db

View File

@ -564,7 +564,7 @@ cd keys/crosshatch
../../development/tools/make_key shared '/CN=GrapheneOS/'
../../development/tools/make_key media '/CN=GrapheneOS/'
../../development/tools/make_key networkstack '/CN=GrapheneOS/'
openssl genrsa 2048 | openssl pkcs8 -topk8 -scrypt -out avb.pem
openssl genrsa 4096 | openssl pkcs8 -topk8 -scrypt -out avb.pem
../../external/avb/avbtool extract_public_key --key avb.pem --output avb_pkmd.bin
cd ../..</pre>