Installation of certificate for Java Runtime: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
מ (Yzahn העביר את הדף Installation of certificate in Eclipse לשם Installation of certificate for Java Runtime: these instructions apply to all Java based programs.) |
|
(אין הבדלים)
|
גרסה מ־10:58, 25 בינואר 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.