From ce4cf8d9644faa65a877c0e2388952857626b4a7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Aug 2022 13:40:09 -0400 Subject: [PATCH] add generation of sdk_sandbox key to build docs --- static/build.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/build.html b/static/build.html index d1ff9db3..375c7e0a 100644 --- a/static/build.html +++ b/static/build.html @@ -620,6 +620,7 @@ cd keys/raven ../../development/tools/make_key shared '/CN=GrapheneOS/' ../../development/tools/make_key media '/CN=GrapheneOS/' ../../development/tools/make_key networkstack '/CN=GrapheneOS/' +../../development/tools/make_key sdk_sandbox '/CN=GrapheneOS/' openssl genrsa 4096 | openssl pkcs8 -topk8 -scrypt -out avb.pem ../../external/avb/avbtool extract_public_key --key avb.pem --output avb_pkmd.bin cd ../..