Tag Archives: x509

Install certificate as System on Android

Use OpenSSL to transform the certificate to Android format (that is cert+info) Extract ID using this command: openssl.exe x509 -inform PEM -subject_hash -in charles.pem It is the first line. Name the certificate ID.0 (Ex: ce554431.0) Extract certificate info using: openssl.exe … Continue reading

Posted in Android, Security | Tagged , , , | Comments Off on Install certificate as System on Android