Self-signed Certificates

If you have a Haystack connector that has a self-signed certificate and want Haystack connector/FIN Stack to accept the self-signed certificate, do the following:

In the opt/finstack/etc/sys/config.props file at the bottom you need to modify it like below:

-Djavax.net.ssl.keyStore=/path/to/file.jks -Djavax.net.ssl.keyStorePassword=MyPassword -Djavax.net.ssl.trustStore=/path/to/file.jks -Djavax.net.ssl.trustStorePassword=MyPassword