keytool -importkeystore -srckeystore APJP_LOCAL.jks -destkeystore
APJP_LOCAL.p12 -deststoretype PKCS12 -srcalias APJP -deststorepass 111111
-destkeypass 111111
openssl pkcs12 -in APJP_LOCAL.p12 -nocerts -out APJP_LOCAL.key
openssl req -key APJP_LOCAL.key -new -days 3650 -nodes -x509 -extensions v3_ca
-out new.apjp.crt -set_serial 0
------------------------------------------------------------------------
I run these command to generate v3 CA. it can be installed into andriod5.1. but
i still can't open google with https(not trust) (andriod chrome), please help.
Original issue reported on code.google.com by eugene5...@gmail.com on 31 Mar 2015 at 10:19
Original issue reported on code.google.com by
eugene5...@gmail.com
on 31 Mar 2015 at 10:19Attachments: