<?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 Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213957#M42056</link>
    <description>&lt;P&gt;I am working on getting Splunk secured with certificates. We have a requirement to ensure the integrity of our audit logs as they are transported to Splunk. This would mean that I need to use SSL/TLS between the Forwarders and the Indexers.&lt;/P&gt;
&lt;P&gt;When I read the SSL documentation, it wants a cert file and a password in the config settings for each forwarder. This might work for a few forwarders, but we are planning on doing 1,000+ Windows clients, so this would become a management issue. I know I can force the clients to request certificates from our Enterprise CA through GPOs without much problem.&lt;/P&gt;
&lt;P&gt;Is there a way to tell the Universal Forwarders to use the machine/host certificates without having to manually set the certificate settings or even using one certificate for all the UFs?&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jun 2020 01:12:11 GMT</pubDate>
    <dc:creator>sniderwj</dc:creator>
    <dc:date>2020-06-07T01:12:11Z</dc:date>
    <item>
      <title>Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213957#M42056</link>
      <description>&lt;P&gt;I am working on getting Splunk secured with certificates. We have a requirement to ensure the integrity of our audit logs as they are transported to Splunk. This would mean that I need to use SSL/TLS between the Forwarders and the Indexers.&lt;/P&gt;
&lt;P&gt;When I read the SSL documentation, it wants a cert file and a password in the config settings for each forwarder. This might work for a few forwarders, but we are planning on doing 1,000+ Windows clients, so this would become a management issue. I know I can force the clients to request certificates from our Enterprise CA through GPOs without much problem.&lt;/P&gt;
&lt;P&gt;Is there a way to tell the Universal Forwarders to use the machine/host certificates without having to manually set the certificate settings or even using one certificate for all the UFs?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 01:12:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213957#M42056</guid>
      <dc:creator>sniderwj</dc:creator>
      <dc:date>2020-06-07T01:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213958#M42057</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The way to configure the SSL configuration is using the indexer certs. So you only need to deploy the certs of all of your indexer to all of your forwarder.&lt;/P&gt;

&lt;P&gt;You have to configure inputs.conf in the indexer and outputs.conf in the forwarders.&lt;BR /&gt;
Check out this link&lt;BR /&gt;
&lt;A href="https://wiki.splunk.com/Community:Splunk2Splunk_SSL_3rdPartyCA"&gt;https://wiki.splunk.com/Community:Splunk2Splunk_SSL_3rdPartyCA&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope i help you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 14:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213958#M42057</guid>
      <dc:creator>jmallorquin</dc:creator>
      <dc:date>2016-06-20T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213959#M42058</link>
      <description>&lt;P&gt;Why are we using the Indexer certificate on the forwarders? Doing this raises a few issues for me:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;The Forwarders are presenting the indexer's certificate. They aren't the indexer. Shouldn't certificates be used by the host/user/principal that the certificate is intended for? If I'm using the indexer certificate I can' claim non-repudiation of the events from that forwarder.&lt;/LI&gt;
&lt;LI&gt;Password Management: Pushing out the indexer's private key password is a bit scary to me. That key shouldn't be pushed around. If I manually set the password and restart the splunkd service the password will be encrypted. If I put the config files in the deployment-apps directory on my deployment server that password won't be encrypted.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Is the local Microsoft Certificate Store not an option? &lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:26:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213959#M42058</guid>
      <dc:creator>sniderwj</dc:creator>
      <dc:date>2016-06-20T16:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213960#M42059</link>
      <description>&lt;P&gt;Hi. We seem to have the same problem. I've tried looking up in the docs and google, but nothing. Did you ever find a solution to this?&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 11:06:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213960#M42059</guid>
      <dc:creator>hettervik</dc:creator>
      <dc:date>2020-05-28T11:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213961#M42060</link>
      <description>&lt;P&gt;Yeah.. basically we made a forwarder certificate that we push out with a deployment app with a password in the clear.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://conf.splunk.com/session/2015/conf2015_DWaddle_DefensePointSecurity_deploying_SplunkSSLBestPractices.pdf"&gt;https://conf.splunk.com/session/2015/conf2015_DWaddle_DefensePointSecurity_deploying_SplunkSSLBestPractices.pdf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This conf presentation was what we based our final solution from.  &lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 11:11:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/213961#M42060</guid>
      <dc:creator>sniderwj</dc:creator>
      <dc:date>2020-05-28T11:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/621308#M107021</link>
      <description>&lt;P&gt;It would be very nice if splunk could use the machine certificate in the store.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 21:06:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/621308#M107021</guid>
      <dc:creator>opoplawski</dc:creator>
      <dc:date>2022-11-17T21:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/621391#M107032</link>
      <description>You could always create a request into ideas.splunk.com or vote for it if there is already one.</description>
      <pubDate>Fri, 18 Nov 2022 14:41:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/621391#M107032</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-11-18T14:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the Microsoft Cert Store for Universal Forwarder SSL Communication?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/621402#M107033</link>
      <description>&lt;P&gt;I voted for it here: &lt;A href="https://ideas.splunk.com/ideas/EID-I-611" target="_blank"&gt;https://ideas.splunk.com/ideas/EID-I-611&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 17:14:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-the-Microsoft-Cert-Store-for-Universal-Forwarder-SSL/m-p/621402#M107033</guid>
      <dc:creator>opoplawski</dc:creator>
      <dc:date>2022-11-18T17:14:09Z</dc:date>
    </item>
  </channel>
</rss>

