Hi Ignite requires jks trust store for storing trusted certificates[1]. If you have certificate file you can to import it into store like this:
*keytool -importcert -file certificate.cer -keystore keystore.jks -alias "Alias"* [1]: https://apacheignite.readme.io/docs/ssltls On Thu, Oct 6, 2016 at 5:38 PM, styriver <[email protected]> wrote: > Hello Our Unix team is asking if Ignite requires a keystore or can we just > pass the location path to a certificate without having to import into a > java > keystore. > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Certificates-for-Encryption-tp8115.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
