diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-15 03:10:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-15 03:10:37 -0400 |
| commit | 613fd214dbc3d7891ad16eefb8c7a3a646262fe5 (patch) | |
| tree | 00eff6a4771f1ad0cd887e9c56ec1eedcfffd009 /static/build.html | |
| parent | b9616f87253c2440118f741e8a02beab5d0d902c (diff) | |
use 4096-bit RSA AVB keys for future devices
Per upstream for coral / flame.
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 334cb9d1..885a0e2a 100644 --- a/static/build.html +++ b/static/build.html @@ -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> |
