summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/build.html2
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>