<?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: How do i use intermediate SSL chain certs on splunk? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12406#M198</link>
    <description>&lt;P&gt;please specify whether you mean on SplunkWeb or Splunkd. The procedures and configuration are different.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2010 06:44:50 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2010-04-28T06:44:50Z</dc:date>
    <item>
      <title>How do i use intermediate SSL chain certs on splunk?</title>
      <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12405#M197</link>
      <description>&lt;P&gt;We are Using Godaddy SSL certificates for our internal systems.  These require us to install a certificate chain with intermediate certificates.&lt;BR /&gt;
How can I install these certificates in to splunk?   I have tried concatenating the issued cert for our server (splunk.domain.com) on to the intermediate cert, but this has not fixed the issue.  Apache has a configuration option for an intermediate cert, but I can't find any documentation on how to set this up with the splunk Python server.&lt;/P&gt;

&lt;P&gt;Our cert info and recommended procedures.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://help.godaddy.com/article/5346" rel="nofollow"&gt;http://help.godaddy.com/article/5346&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2010 04:02:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12405#M197</guid>
      <dc:creator>Chris_R_</dc:creator>
      <dc:date>2010-04-28T04:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use intermediate SSL chain certs on splunk?</title>
      <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12406#M198</link>
      <description>&lt;P&gt;please specify whether you mean on SplunkWeb or Splunkd. The procedures and configuration are different.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2010 06:44:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12406#M198</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-28T06:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use intermediate SSL chain certs on splunk?</title>
      <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12407#M199</link>
      <description>&lt;P&gt;This is for splunkweb&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2010 07:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12407#M199</guid>
      <dc:creator>Chris_R_</dc:creator>
      <dc:date>2010-04-28T07:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use intermediate SSL chain certs on splunk?</title>
      <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12408#M200</link>
      <description>&lt;P&gt;Okay. Please indicate the exact steps you have taken, indicating which files you have started with, what operations you did on each file, what files you resulted with, and where you configured them.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2010 07:54:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12408#M200</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-28T07:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use intermediate SSL chain certs on splunk?</title>
      <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12409#M201</link>
      <description>&lt;P&gt;You need to bundle the intermediate and the server certificate into a single certificate, by concatenating the certficates together (the right type, and in the right order) and set that as the server certificate. In addition of course the root CA that signed the intermediate certificate &lt;STRONG&gt;as well as all intermediary certificates&lt;/STRONG&gt; must be in the browser certificate stores. Note also that there is a difference between SSL keys and SSL certificates (slightly different file formats), and that Splunk uses PEM certificates files.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2010 07:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12409#M201</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-04-28T07:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use intermediate SSL chain certs on splunk?</title>
      <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12410#M202</link>
      <description>&lt;P&gt;Hi gkanaphy,
  thanks for the response.  I thought I'd already done that correctly.  Here are the steps I've followed.&lt;/P&gt;

&lt;P&gt;Follow the Godaddy instructions to generate your key file and CSR.  Once you have downloaded the certs, follow this readme (which is on the server as well) to create proper cert files.&lt;/P&gt;

&lt;P&gt;The following files are generated by open ssl to upload to godaddy.  Just follow standard apache tutorials online to generate a private key.&lt;/P&gt;

&lt;PRE&gt;
splunk.key
splunk.csr
&lt;/PRE&gt;

&lt;P&gt;Once the csr is uploaded, then the ssl cert is downloaded.  The 2 cert files from godaddy are&lt;/P&gt;

&lt;PRE&gt;
splunk.crt
gd_bundle.crt
&lt;/PRE&gt;

&lt;P&gt;You'll then want to convert the private key to an rsa private key. &lt;/P&gt;

&lt;PRE&gt;
openssl rsa -in splunk.key -out splunk.rsa.key
&lt;/PRE&gt;

&lt;P&gt;Create a PEM file for splunk by using the following command.&lt;/P&gt;

&lt;PRE&gt;
cat splunk.crt gd_bundle.crt &amp;gt; splunk.pem
&lt;/PRE&gt;

&lt;P&gt;Copy this to &lt;/P&gt;

&lt;PRE&gt;
/opt/splunk/share/splunk/certs/
&lt;/PRE&gt;

&lt;P&gt;Use the following files for splunk&lt;/P&gt;

&lt;P&gt;key =&amp;gt; splunk.rsa.key
cert =&amp;gt;  splunk.pem&lt;/P&gt;

&lt;P&gt;I edited $SPLUNK_HOME/etc/system/local/web.conf and set the following values&lt;/P&gt;

&lt;PRE&gt;
[settings]
httpport = 443
enableSplunkWebSSL = 1
privKeyPath = /certs/splunk.rsa.key
caCertPath = /certs/splunk.pem
&lt;/PRE&gt;

&lt;P&gt;This works for most of my browsers.  However Chrome and Safari still tell me my certificate is not issued by a valid authority.  &lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2010 06:52:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12410#M202</guid>
      <dc:creator>todd8063</dc:creator>
      <dc:date>2010-04-29T06:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use intermediate SSL chain certs on splunk?</title>
      <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12411#M203</link>
      <description>&lt;P&gt;totally freaking worked.  thanks todd.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2013 05:03:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12411#M203</guid>
      <dc:creator>Michael_Wilde</dc:creator>
      <dc:date>2013-02-23T05:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use intermediate SSL chain certs on splunk?</title>
      <link>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12412#M204</link>
      <description>&lt;P&gt;Yes works, minor change to caCertPath, it's now serverCert&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 00:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-i-use-intermediate-SSL-chain-certs-on-splunk/m-p/12412#M204</guid>
      <dc:creator>proylea</dc:creator>
      <dc:date>2019-10-30T00:55:36Z</dc:date>
    </item>
  </channel>
</rss>

