felixlu / apjp

Automatically exported from code.google.com/p/apjp
0 stars 0 forks source link

gen v3 CA for andriod problem #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: