Installed certs, can't connect, even though gateway running

scada.topinc.us unexpectedly closed the connection.

from chrome, anyone see this before?

Thanks,

Jake

Got it fixed, here are the commands after you use lets encrypt to generate the certs:

sudo openssl pkcs12 -export -in /etc/letsencrypt/live//fullchain.pem -inkey /etc/letsencrypt/live//privkey.pem -out pkcs.p12 -name tomcat

keytool -importkeystore -deststorepass ignition -destkeypass ignition -destkeystore ssl.key -srckeystore pkcs.p12 -srcstoretype PKCS12 -srcstorepass ignition -alias tomcat

sudo keytool -import -trustcacerts -alias inter -keystore ssl.key -file /etc/letsencrypt/live//chain.pem

sudo keytool -import -trustcacerts -alias root -keystore ssl.key -file dstrootx3.pem

*Note - Make sure to replace with your url, and the dstrootx3.pem file can be downloaded from the lets encrypt website