summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-08-18 13:40:09 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commitce4cf8d9644faa65a877c0e2388952857626b4a7 (patch)
tree3634d289b9d603c6bf5ca5a665dd46e1d72f27f9 /static/build.html
parent4003287d1413c2e93d0b50cd8a8e82fa6d8ef4bf (diff)
add generation of sdk_sandbox key to build docs
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html1
1 files changed, 1 insertions, 0 deletions
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 ../..</pre>