Skip to content

Installing SSL Certificates into TrustStore

Lukasz Kaniowski edited this page Nov 12, 2017 · 2 revisions

Here's how:

  1. Download and compile https://raw.githubusercontent.com/escline/InstallCert/master/InstallCert.java

  2. Run java InstallCert <domain> (e.g. btc-e.com)

  3. Follow instructions on screen, make sure you understand the implications and verify what certificate you permanently trust

  4. A file jssecacerts has been created which is a Java KeyStore file. Start your application with -Djavax.net.ssl.trustStore=./jssecacerts