Create a file named ssl-conf.conf
. Edit the file, adding the following contents:
#encoding=UTF-8
#Uncomment the line below to enable SSL debugging
#-Djavax.net.debug=ssl
-Djavax.net.ssl.keyStore=<full path to the Java keystore file (jks|pkcs12)>
-Djavax.net.ssl.keyStorePassword=<KEY_STORE_PASSWORD>
-Djavax.net.ssl.trustStore=<full path to the Java truststore file (jks|pkcs12)>
-Djavax.net.ssl.trustStorePassword=<TRUST_STORE_PASSWORD>