Installation of certificate for Java Runtime: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
(הוספת קישור לתצוגת קריאה) |
|||
שורה 1: | שורה 1: | ||
{{עמוד בעברית|התקנת תעודה ב Eclipse}} | {{עמוד בעברית|התקנת תעודה ב Eclipse}} | ||
− | + | <div lang="en" dir="ltr"> | |
− | + | {{קישור אנגלית לתצוגת קריאה}} | |
{{Navigation|Security certificate}} | {{Navigation|Security certificate}} | ||
גרסה מ־19:17, 9 בינואר 2019
לעברית לחצו כאן
To switch from edit view to read view
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.