Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to make JDK import certificate

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Xiaobian to share with you how to make JDK import certificate, I believe most people do not know how, so share this article for everyone's reference, I hope you have a lot of harvest after reading this article, let's go to understand it together!

1: Import certificate

1. Open the doc window, open cmd, and execute the command:

keytool -import -file f:\ca.crt -keystore "%JAVA_HOME%\jre\lib\security\cacerts" -alias server

-file Specifies the location of the certificate file

-alias Specifies the alias of the certificate

2. Enter the keystore password:

changeit

3. Do you trust this certificate? [No]:

II: Verify whether the certificate is imported

keytool -list -keystore "%JAVA_HOME%\jre\lib\security\cacerts"| findstr /i server

server is the certificate alias specified above

keytool -import -alias cacerts -keystore D:\jdk1.5\jre\lib\security\cacerts -file union-https.cer -trustcacerts

keytool -import -v -trustcacerts -alias union -file union-https.cer -storepass changeit -keystore "cacerts"

The above is how to make JDK import certificate of all content, thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report