Assumed the installed JDK and configured Java_home for your The current operation system.
(1) exported the Google SSL certifications from the www.googleapis.com server using 443 port as the below Path:take d:\g Ooglessl\ For example and named the These 3 CA certifications as below. Regarding on what to export thewww.googleapis.com Server SSL certification, please refer to this page http://blog.csdn.net /chancein007/article/details/25926035
(2) Open the CMD console and input the below commands in the command console and enter the same any protected password whe n the console hints that we should enter a password,
For example, password123! , Additionally, we should enter "yes" when it hints the "Trust this certification?"
Keytool-import-v-alias geotrustglobalca-file D:\googleSSL\GeoTrustGlobalCA.cert-keystore D:\googleSSL\ Googleapi.jks
Keytool-import-v-alias googleinternetauthorityg2-file D:\googleSSL\GoogleInternetAuthorityG2.cert-keystore d:\ Googlessl\googleapi.jks
Keytool-import-v-alias equifaxca-file D:\googleSSL\EquifaxCA.cert-keystore D:\googleSSL\googleapi.jks
(3) used the Keytool-list-keystore D:\googleSSL\googleapi.jks to check the above three SSL CA certification have been I Mported into the Googleapi.jks
(4) from The above Step3, these 3 CA SSL certifications has been imported into the Googleapi.jks successfully !