diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2021-04-22 16:43:23 +0900 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2021-04-22 16:52:19 +0900 |
commit | 3dd687dc4b2c2a02b77c026cc7d6d13b66cbbc13 (patch) | |
tree | 8fd4d1b4c8bb4f8d6cb3848d8322213cdc425a58 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | 27dcfb808c87b49c56321eafe4ba88a19df66b16 (diff) |
Add AOSP certificates for connectivity resources
Instead of the platform certificate, use a dedicated certificate.
The AOSP certificates are only used for testing as they have known keys,
and are replaced when resigning production images.
Key generated with:
openssl req -x509 -newkey rsa:4096 -nodes -days 999999 -keyout key.pem \
-out com.android.connectivity.resources.x509.pem
openssl pkcs8 -topk8 -inform PEM -outform DER -in key.pem -out \
com.android.connectivity.resources.pk8 -nocrypt
Fixes: 184808224
Fixes: 185462051
Test: m
Change-Id: I25cddc8d5ab948da9d3a2dbcd202ece1f61dd5a2
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions