Installation of certificate for Java Runtime

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש

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

To switch from edit view to read view

To search in the Wiki

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.