<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Cassandra inter-node basic encryption question</title>
		<link>http://www.datastax.com/support-forums/topic/cassandra-inter-node-basic-encryption-question</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 05:37:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/cassandra-inter-node-basic-encryption-question" rel="self" type="application/rss+xml" />

		<item>
			<title>Katrina on "Cassandra inter-node basic encryption question"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-inter-node-basic-encryption-question#post-8018</link>
			<pubDate>Tue, 18 Dec 2012 23:10:36 +0000</pubDate>
			<dc:creator>Katrina</dc:creator>
			<guid isPermaLink="false">8018@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes, you should import the public cert from all the nodes into each node's trust store.  Here is the command:&#60;/p&#62;
&#60;p&#62;keytool -import -alias &#38;lt;alias&#38;gt; -file &#38;lt;certfile&#38;gt; -keystore &#38;lt;truststore-file&#38;gt;&#60;/p&#62;
&#60;p&#62;where:&#60;br /&#62;
&#38;lt;alias&#38;gt; is some alias for the certificate holder,&#60;br /&#62;
&#38;lt;certfile&#38;gt; is the public key file (certificate file),&#60;br /&#62;
&#38;lt;truststore-file&#38;gt; is the trust store (one for each node)&#60;/p&#62;
&#60;p&#62;You can add the option: -noprompt if you don't want to be prompted to confirm that you really want to trust the certificate.&#60;/p&#62;
&#60;p&#62;You should then move each truststore-file to somewhere where the owning cassandra node can access it and enter the full path location in cassandra.yaml (in the truststore item in encryption_options).  You will also need to enter the trust store password in cassandra.yaml (in the truststore_password item in encryption_options).  Note the trust store password is the password that you entered each time you ran the keytool -import command.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>omarbizkit on "Cassandra inter-node basic encryption question"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-inter-node-basic-encryption-question#post-7975</link>
			<pubDate>Fri, 14 Dec 2012 20:28:30 +0000</pubDate>
			<dc:creator>omarbizkit</dc:creator>
			<guid isPermaLink="false">7975@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have a 6 node cassandra cluster and I need to enable TLS encryption for communication between nodes but since I have very little experience with&#60;br /&#62;
Java and encryption in general I have the following question:&#60;br /&#62;
After generating key pairs and importing the local certificate to the truststore on each node do I have to import all public keys on each of the cassandra nodes?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
