<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What is the most simple way to enable SSL communication between my forwarders and indexers? in Security</title>
    <link>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47948#M1584</link>
    <description>&lt;P&gt;you got it. &lt;/P&gt;

&lt;P&gt;Using the built-in certs on our UF's and indexers. We've managed to get SSL working for splunkTOsplunk communication using the following in/outputs.conf&lt;/P&gt;

&lt;P&gt;Indexer: $splunk_home/etc/system/local/inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = indexerA1.chubbybunny.com

[splunktcp-ssl:9997]
compressed = true

[SSL]
password = password
requireClientCert = false
rootCA = $SPLUNK_HOME/etc/auth/ca.pem
serverCert = $SPLUNK_HOME/etc/auth/server.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Forwarder: $splunk_home/etc/system/local/outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunkssl

[tcpout:splunkssl]
compressed = true
server = indexerA1.chubbybunny.com:9997
sslCertPath = $SPLUNK_HOME/etc/auth/server.pem
sslPassword = password
sslRootCAPath = $SPLUNK_HOME/etc/auth/ca.pem
sslVerifyServerCert = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;*while this simply secures the communication channel between the two, using the default certs comes with a risk. &lt;BR /&gt;
Also - the default password for both (server.pem &amp;amp; ca.pem) is: password &lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2012 19:38:36 GMT</pubDate>
    <dc:creator>Chubbybunny</dc:creator>
    <dc:date>2012-11-28T19:38:36Z</dc:date>
    <item>
      <title>What is the most simple way to enable SSL communication between my forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47947#M1583</link>
      <description>&lt;P&gt;Does anyone know where I can find a working configuration that shows splunk2splunk using ssl? I would really appreciate a working example&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 19:26:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47947#M1583</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2012-11-28T19:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is the most simple way to enable SSL communication between my forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47948#M1584</link>
      <description>&lt;P&gt;you got it. &lt;/P&gt;

&lt;P&gt;Using the built-in certs on our UF's and indexers. We've managed to get SSL working for splunkTOsplunk communication using the following in/outputs.conf&lt;/P&gt;

&lt;P&gt;Indexer: $splunk_home/etc/system/local/inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = indexerA1.chubbybunny.com

[splunktcp-ssl:9997]
compressed = true

[SSL]
password = password
requireClientCert = false
rootCA = $SPLUNK_HOME/etc/auth/ca.pem
serverCert = $SPLUNK_HOME/etc/auth/server.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Forwarder: $splunk_home/etc/system/local/outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunkssl

[tcpout:splunkssl]
compressed = true
server = indexerA1.chubbybunny.com:9997
sslCertPath = $SPLUNK_HOME/etc/auth/server.pem
sslPassword = password
sslRootCAPath = $SPLUNK_HOME/etc/auth/ca.pem
sslVerifyServerCert = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;*while this simply secures the communication channel between the two, using the default certs comes with a risk. &lt;BR /&gt;
Also - the default password for both (server.pem &amp;amp; ca.pem) is: password &lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 19:38:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47948#M1584</guid>
      <dc:creator>Chubbybunny</dc:creator>
      <dc:date>2012-11-28T19:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is the most simple way to enable SSL communication between my forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47949#M1585</link>
      <description>&lt;P&gt;If you prefer to use your own certificates, you can also check out the following topic in the Securing Splunk guide:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Security/ConfigureSplunkforwardingtousesignedcertificates"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Security/ConfigureSplunkforwardingtousesignedcertificates&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 19:45:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47949#M1585</guid>
      <dc:creator>jworthington_sp</dc:creator>
      <dc:date>2012-11-28T19:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is the most simple way to enable SSL communication between my forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47950#M1586</link>
      <description>&lt;P&gt;updated for Enterprise versions 7.1&lt;/P&gt;

&lt;P&gt;Indexer: $SPLUNK_HOME/etc/system/local/inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = indexerA1.chubbybunny.com

[splunktcp-ssl:9997]
compressed = true

[SSL]
sslPassword = password
requireClientCert = false
sslRootCAPath = $SPLUNK_HOME/etc/auth/ca.pem
serverCert = $SPLUNK_HOME/etc/auth/server.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Forwarder: $SPLUNK_HOME/etc/system/local/outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunkssl

[tcpout:splunkssl]
compressed = true
server = indexerA1.chubbybunny.com:9997
clientCert = $SPLUNK_HOME/etc/auth/server.pem
sslPassword = password
sslRootCAPath = $SPLUNK_HOME/etc/auth/ca.pem
sslVerifyServerCert = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jun 2018 18:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47950#M1586</guid>
      <dc:creator>georgen_splunk</dc:creator>
      <dc:date>2018-06-13T18:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is the most simple way to enable SSL communication between my forwarders and indexers?</title>
      <link>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47951#M1587</link>
      <description>&lt;P&gt;here sslPassword is of ca.pem or server.pem? In case we have different password then which password we are going to use.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 15:24:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/What-is-the-most-simple-way-to-enable-SSL-communication-between/m-p/47951#M1587</guid>
      <dc:creator>sayash27</dc:creator>
      <dc:date>2018-07-16T15:24:51Z</dc:date>
    </item>
  </channel>
</rss>

