How to import the www.googleapis.com SSL CA certification to the JKs store file?

Source: Internet
Author: User

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 !

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.