Horje
add certificate to java truststore Code Example
add certificate to java truststore
# Copy the certificate into the directory Java_home\Jre\Lib\Security
# Change your directory to Java_home\Jre\Lib\Security>
# Import the certificate to a trust store.

keytool -import -alias ca -file somecert.cer -keystore cacerts -storepass changeit [Return]

Trust this certificate: [Yes]




Java

Related
how to remove null values collections Code Example how to remove null values collections Code Example
java first letter to upper case Code Example java first letter to upper case Code Example
how to assert that an exception is thrown java Code Example how to assert that an exception is thrown java Code Example
changer version java terminal Code Example changer version java terminal Code Example
instantiate optinal java 8 Code Example instantiate optinal java 8 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7