I would not recommend it from a security perspective. Use separate keystores/ node. Regarding the trustStore - do you have your own CA? It is not recommended to secure both with a self-signed certificate.
> Am 08.12.2018 um 06:48 schrieb Shesha Nanda <[email protected]>: > > > Hi, > > I have enabled SSL security for the ignite REST API's by adding below > configurations in the jetty.xml file. > > <New id="sslContextFactory" > class="org.eclipse.jetty.util.ssl.SslContextFactory"> > <Set name="keyStorePath">/etc/keyStorePath</Set> > <Set name="keyStorePassword"><Env > name="IGNITE_SSL_KEYSTORE_PASSWORD"/></Set> > <Set name="keyManagerPassword"><Env > name="IGNITE_SSL_KEY_MANAGER_PASSWORD"/></Set> > <Set name="trustStorePath">/etc/trustStorePath </Set> > <Set name="trustStorePassword"><Env > name="IGNITE_TRUSTSTORE_PASSWORD"/></Set> > </New> > > I am able to access access iginte REST API using HTTPS. > > > Now am trying to configure Secure Connection Between Ignite Nodes. > To enable Secure connection between Nodes, can we use the same keyStore and > trustStore files that's used for the Ignite REST API's? > > -- > Regards > Sheshananda
