Changes between Initial Version and Version 1 of Ticket #16663, comment 1
- Timestamp:
- Dec 13, 2020, 7:06:56 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16663, comment 1
initial v1 1 1 If you mean costum root certificates then the way is this: 2 create /system/non-packaged/data/ssl/certs 3 copy cert to /system/non-packaged/data/ssl/certs/cert 4 run openssl rehash on the commandline 2 3 * create /system/non-packaged/data/ssl/certs 4 * copy cert to /system/non-packaged/data/ssl/certs/cert 5 * run openssl rehash on the commandline 5 6 6 7 Sorry that it is still this complicated :)