<?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: Multiple forwarder certificates? in Security</title>
    <link>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76208#M2548</link>
    <description>&lt;P&gt;can someone please update clearly about this - &lt;BR /&gt;
can I have two SSL certificates deployed on a single indexer? if yes, on same port or different ports?&lt;/P&gt;

&lt;P&gt;the issue is - during Certificates renewal, &lt;BR /&gt;
we would like to follow this process - &lt;BR /&gt;
1. install a renewed certificate on indexer (while the old SSL certificate is still deployed)&lt;BR /&gt;
2. deploy the renewed certificate to forwarders (while some forwarders may be still having the old certificates)&lt;BR /&gt;
3. the UF's which got the renewed certificates will start communicating with the indexer's renewed certificate. &lt;BR /&gt;
4. whereas, the old UF's, until certificate renewal, will still be communicating with the indexer with indexer's old certificate. &lt;/P&gt;

&lt;P&gt;is this possible? how to add two [SSL] stanza's on outputs.conf?&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
rootCA = $SPLUNK_HOME/etc/certs/cacert.pem&lt;BR /&gt;
serverCert = $SPLUNK_HOME/etc/certs/splunk-idx-01.pem&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
rootCA = $SPLUNK_HOME/etc/certs/renewedcacert.pem&lt;BR /&gt;
serverCert = $SPLUNK_HOME/etc/certs/renewedsplunk-idx-01.pem&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:32:25 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2020-09-29T14:32:25Z</dc:date>
    <item>
      <title>Multiple forwarder certificates?</title>
      <link>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76204#M2544</link>
      <description>&lt;P&gt;How about setting up multiple certificates for forwarders, so that we are able to close parts of them?&lt;/P&gt;

&lt;P&gt;I seems I can create several forwarder certificates (step 3), but how do I set up the indexer to allow/deny several of them, the&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SSL]
rootCA = $SPLUNK_HOME/etc/certs/cacert.pem
serverCert = $SPLUNK_HOME/etc/certs/splunk-idx-01.pem
password = changeme
requireClientCert = true

[splunktcp-ssl:9997]
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Seems to allow all forwarder certificates...&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76204#M2544</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2011-09-15T09:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple forwarder certificates?</title>
      <link>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76205#M2545</link>
      <description>&lt;P&gt;Is it possible to set up some password required from clients, or perhaps multiple CA's - one for each client "group"&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 12:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76205#M2545</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2011-09-15T12:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple forwarder certificates?</title>
      <link>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76206#M2546</link>
      <description>&lt;P&gt;A forwarder will accept any forwarder certificate that is signed by the specified rootCA file. Since all Splunk forwarders (and servers) come with the same default Splunk rootCA file, it will accept them all. If you wish to change this, you need to use a new rootCA, and distribute appropriate new client certificates to the forwarders. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 14:36:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76206#M2546</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-09-15T14:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple forwarder certificates?</title>
      <link>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76207#M2547</link>
      <description>&lt;P&gt;Aadding to gkanapathy's answer, Splunk doesn't at this time support multiple root CA certs for a single splunkd.  (I am 99% sure anyway.)  The &lt;CODE&gt;password&lt;/CODE&gt; there is for unlocking key on the SSL server cert.&lt;/P&gt;

&lt;P&gt;If you need to partition these clients, you might be able to set up a "proxy" forwarder for each of them  - and let that forwarder (probably a heavy forwarder) connect to the indexers on their behalf.  If you do this, you'll probably need to forgo SSL between the proxy forwarder and the indexer. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 16:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76207#M2547</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-09-15T16:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple forwarder certificates?</title>
      <link>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76208#M2548</link>
      <description>&lt;P&gt;can someone please update clearly about this - &lt;BR /&gt;
can I have two SSL certificates deployed on a single indexer? if yes, on same port or different ports?&lt;/P&gt;

&lt;P&gt;the issue is - during Certificates renewal, &lt;BR /&gt;
we would like to follow this process - &lt;BR /&gt;
1. install a renewed certificate on indexer (while the old SSL certificate is still deployed)&lt;BR /&gt;
2. deploy the renewed certificate to forwarders (while some forwarders may be still having the old certificates)&lt;BR /&gt;
3. the UF's which got the renewed certificates will start communicating with the indexer's renewed certificate. &lt;BR /&gt;
4. whereas, the old UF's, until certificate renewal, will still be communicating with the indexer with indexer's old certificate. &lt;/P&gt;

&lt;P&gt;is this possible? how to add two [SSL] stanza's on outputs.conf?&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
rootCA = $SPLUNK_HOME/etc/certs/cacert.pem&lt;BR /&gt;
serverCert = $SPLUNK_HOME/etc/certs/splunk-idx-01.pem&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
rootCA = $SPLUNK_HOME/etc/certs/renewedcacert.pem&lt;BR /&gt;
serverCert = $SPLUNK_HOME/etc/certs/renewedsplunk-idx-01.pem&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:32:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76208#M2548</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-09-29T14:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple forwarder certificates?</title>
      <link>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76209#M2549</link>
      <description>&lt;P&gt;Bump. I also want to define two &lt;CODE&gt;[SSL]&lt;/CODE&gt; stanzas, for two different server certificates. Also, one of them would require client certificate, and the other would not. Is this possible?&lt;/P&gt;

&lt;P&gt;EDIT: Got an answer to my own question here &lt;A href="https://answers.splunk.com/answers/549719/two-ssl-certificates-on-a-single-indexer-forwarder.html"&gt;https://answers.splunk.com/answers/549719/two-ssl-certificates-on-a-single-indexer-forwarder.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 11:35:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Multiple-forwarder-certificates/m-p/76209#M2549</guid>
      <dc:creator>hettervik</dc:creator>
      <dc:date>2020-03-12T11:35:12Z</dc:date>
    </item>
  </channel>
</rss>

