Installation of certificate for Java Runtime: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן "<div lang="he" dir="rtl"> לעברית לחצו כאן </div><div lang="en" dir="ltr"> <small> ''NetFriends|עמוד רא...")
 
שורה 1: שורה 1:
<div lang="he" dir="rtl">
+
{{עמוד בעברית|התקנת תעודה ב Eclipse}}
לעברית [[התקנת תעודה ב Eclipse|לחצו כאן]]
 
 
</div><div lang="en" dir="ltr">
 
</div><div lang="en" dir="ltr">
  
<small>
+
{{Navigation|Security certificate}}
''[[NetFriends|עמוד ראשי]]'' > ''[[Security certificate]]'' > ''Installation of certificate in Eclipse''
 
</small>
 
  
 
Download NetFree Security certificate from. http://netfree.link/netfree-ca.crt
 
Download NetFree Security certificate from. http://netfree.link/netfree-ca.crt

גרסה מ־19:56, 7 בינואר 2019

לעברית לחצו כאן


Home page > Security certificate > Installation of certificate for Java Runtime ‎‎


Download NetFree Security certificate from. http://netfree.link/netfree-ca.crt

Then run the following command via CMD Operated as administration:

keytool -import -trustcacerts -alias netfree-ca -file netfree-ca.crt -keystore "%JAVA_HOME%"/jre/lib/security/cacerts -storepass changeit

The keytool is located in the next location:

%JAVA_HOME%\bin

Or:

C:\Program Files\Java\jdk<The version installed by you>\bin

Note:
The Security certificate must be stored in the folder in which the keytool is located keytool, otherwise in the command you must change netfree-ca.crt To the full path of the certificate.