Installation of certificate for Java Runtime

מתוך ויקי נטפרי
גרסה מ־19:09, 23 באוקטובר 2018 מאת שלו' (שיחה | תרומות) (יצירת דף עם התוכן "<div lang="he" dir="rtl"> לעברית לחצו כאן </div><div lang="en" dir="ltr"> <small> ''NetFriends|עמוד רא...")
(הבדל) → הגרסה הקודמת | הגרסה האחרונה (הבדל) | הגרסה הבאה ← (הבדל)
קפיצה לניווט קפיצה לחיפוש

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

עמוד ראשי > Security certificate > Installation of certificate in Eclipse

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.