Ignite just plugs into the Java-standard SSL libraries. There are libraries you
could integrate that enable Java to use PEM certs. Alternatively, you could
just convert the certificates before loading them into Ignite. See here:
https://stackoverflow.com/questions/2138940/import-pem-into-java-ke
FYI.
From: Pankaj Kumar Bhadani
Sent: Thursday, September 16, 2021 2:47 PM
To: 'user@ignite.apache.org' ; 'Ilya Kazakov'
Subject: Ignite SSL mode with PEM format certs
Hi Team,
I am using ignite-core in containerized environment, and I have integrated
ignite with my cont
Hi Team,
I am using ignite-core in containerized environment, and I have integrated
ignite with my containerize application it works fine.
I now want to enable SSL within the ignite nodes for cluster communication.
I have got certs in pem format
* srvcert.pem
* cacertbundle.pem
* sr