Skip to content

Commit

Permalink
Add network perm needed by Q aosp build
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio84 committed Oct 13, 2019
1 parent 98e6aa2 commit b09fef8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions signed build/generate-keys-for-signed-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ openssl genrsa -3 -out temp.pem 2048
openssl req -new -x509 -key temp.pem -out verity.x509.pem -days 10000 -subj '/C=US/ST=California/L=San Narciso/O=Yoyodyne, Inc./OU=Yoyodyne Mobility/CN=Yoyodyne/[email protected]'
openssl pkcs8 -in temp.pem -topk8 -outform DER -out verity.pk8 -nocrypt
shred --remove temp.pem

openssl genrsa -3 -out temp.pem 2048
openssl req -new -x509 -key temp.pem -out networkstack.x509.pem -days 10000 -subj '/C=US/ST=California/L=San Narciso/O=Yoyodyne, Inc./OU=Yoyodyne Mobility/CN=Yoyodyne/[email protected]'
openssl pkcs8 -in temp.pem -topk8 -outform DER -out networkstack.pk8 -nocrypt
shred --remove temp.pem

0 comments on commit b09fef8

Please sign in to comment.