<?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 Configuring SSL on universal forwarder in Security</title>
    <link>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106462#M3397</link>
    <description>&lt;P&gt;I am attempting to upgrade an existing LFC on a Windows server and use a SSL certificate for encryption and authentication of this machine.&lt;BR /&gt;
I am attempting to use a certificate issued by our own certificate authority (CA).&lt;BR /&gt;
I have followed the instructions as outlined in; &lt;A href="http://www.splunk.com/base/Documentation/latest/Deploy/DeployaWindowsdfmanually"&gt;http://www.splunk.com/base/Documentation/latest/Deploy/DeployaWindowsdfmanually&lt;/A&gt; and read &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/UseSSLtoencryptandauthenticatedatafromforwarders"&gt;http://www.splunk.com/base/Documentation/latest/Admin/UseSSLtoencryptandauthenticatedatafromforwarders&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I did this through the installation wizard (GUI), just to see what it requests.&lt;BR /&gt;
I specify a computer certificate, the password and a Root CA certificate to verify the identity of the certificate in .cer format.&lt;BR /&gt;
No matter what I do I get a SSLCommon error either that “can’t read CA list” or “Error initializing SSL context - invalid sslCertPath for server”&lt;BR /&gt;
My question is; what format do I need to have these files in? Do I need to convert these to .pem files?&lt;BR /&gt;
I converted the files .pem using openssl but I still get the same error.&lt;BR /&gt;
Is the privkey supposed to be the CA certificate and associated chain, or the computer certificate private key?&lt;/P&gt;

&lt;H2&gt;Sample output.conf&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;sslCertPath = C:\Program Files\SplunkUniversalForwarder\etc\system\local\certs\cert.pem   
sslPassword = $2$Pa$$W0rdHERE=   
sslRootCAPath =C:\Program Files\SplunkUniversalForwarder\etc\system\local\certs\privkey.pem
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 20 May 2011 17:12:55 GMT</pubDate>
    <dc:creator>gekoner</dc:creator>
    <dc:date>2011-05-20T17:12:55Z</dc:date>
    <item>
      <title>Configuring SSL on universal forwarder</title>
      <link>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106462#M3397</link>
      <description>&lt;P&gt;I am attempting to upgrade an existing LFC on a Windows server and use a SSL certificate for encryption and authentication of this machine.&lt;BR /&gt;
I am attempting to use a certificate issued by our own certificate authority (CA).&lt;BR /&gt;
I have followed the instructions as outlined in; &lt;A href="http://www.splunk.com/base/Documentation/latest/Deploy/DeployaWindowsdfmanually"&gt;http://www.splunk.com/base/Documentation/latest/Deploy/DeployaWindowsdfmanually&lt;/A&gt; and read &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/UseSSLtoencryptandauthenticatedatafromforwarders"&gt;http://www.splunk.com/base/Documentation/latest/Admin/UseSSLtoencryptandauthenticatedatafromforwarders&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I did this through the installation wizard (GUI), just to see what it requests.&lt;BR /&gt;
I specify a computer certificate, the password and a Root CA certificate to verify the identity of the certificate in .cer format.&lt;BR /&gt;
No matter what I do I get a SSLCommon error either that “can’t read CA list” or “Error initializing SSL context - invalid sslCertPath for server”&lt;BR /&gt;
My question is; what format do I need to have these files in? Do I need to convert these to .pem files?&lt;BR /&gt;
I converted the files .pem using openssl but I still get the same error.&lt;BR /&gt;
Is the privkey supposed to be the CA certificate and associated chain, or the computer certificate private key?&lt;/P&gt;

&lt;H2&gt;Sample output.conf&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;sslCertPath = C:\Program Files\SplunkUniversalForwarder\etc\system\local\certs\cert.pem   
sslPassword = $2$Pa$$W0rdHERE=   
sslRootCAPath =C:\Program Files\SplunkUniversalForwarder\etc\system\local\certs\privkey.pem
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 May 2011 17:12:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106462#M3397</guid>
      <dc:creator>gekoner</dc:creator>
      <dc:date>2011-05-20T17:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL on universal forwarder</title>
      <link>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106463#M3398</link>
      <description>&lt;P&gt;Please include the full stanzas from outputs.conf as well as the full error.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2011 18:41:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106463#M3398</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2011-05-20T18:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL on universal forwarder</title>
      <link>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106464#M3399</link>
      <description>&lt;P&gt;The following configuration procedure has been written precisely to address this case :&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/wiki/Community:Splunk2Splunk_SSL_3rdPartyCA"&gt;http://www.splunk.com/wiki/Community:Splunk2Splunk_SSL_3rdPartyCA&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you are unable to configure SSL for your splunk2splunk communication with these instructions, please attempt to follow the troubleshooting steps on that page (section #5) and paste here what you can from the btool output for inputs/outputs.conf and the pertinent (TcpInputProc/TcpOutputProc) splunkd.log lines.&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2011 00:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106464#M3399</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2011-05-21T00:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL on universal forwarder</title>
      <link>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106465#M3400</link>
      <description>&lt;P&gt;Thanks hexx, I hadn't read those instructions yet.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2011 19:20:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106465#M3400</guid>
      <dc:creator>gekoner</dc:creator>
      <dc:date>2011-05-27T19:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL on universal forwarder</title>
      <link>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106466#M3401</link>
      <description>&lt;P&gt;hello, i have been learning splunk by elearning. I am confuse about inputs.conf and outputs.conf file. &lt;BR /&gt;
I want to know if outputs.conf must be configured only on the forwarder ? and also inputs.conf must be configured only on the indexer ??? coud the two files be configured on the forwarder or on the indexer ?&lt;BR /&gt;
IN which cases must i configure outputs.conf ??&lt;/P&gt;

&lt;P&gt;Thank you !!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 09:32:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106466#M3401</guid>
      <dc:creator>jeandez</dc:creator>
      <dc:date>2014-01-29T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL on universal forwarder</title>
      <link>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106467#M3402</link>
      <description>&lt;P&gt;I downvoted this post because this is a new question, not a comment.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 09:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106467#M3402</guid>
      <dc:creator>mcs24</dc:creator>
      <dc:date>2016-07-14T09:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL on universal forwarder</title>
      <link>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106468#M3403</link>
      <description>&lt;P&gt;I downvoted this post because this has nothing to do with the original post.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 05:20:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Configuring-SSL-on-universal-forwarder/m-p/106468#M3403</guid>
      <dc:creator>gekoner</dc:creator>
      <dc:date>2016-07-15T05:20:33Z</dc:date>
    </item>
  </channel>
</rss>

