<?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: KVStore specific cert in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758253#M29802</link>
    <description>&lt;P&gt;I've never set a separate cert just for kvstore but assuming that the config works the same as the general splunkd one, your servercert file should consist of concatenated - subject cert, private key, certification chain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2026 20:16:25 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2026-02-11T20:16:25Z</dc:date>
    <item>
      <title>KVStore specific cert</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758212#M29799</link>
      <description>&lt;P&gt;I would like to know how to properly configure my kvstore stanza to use my own self generated Server/Client authentication enabled x509 EKU file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, i needed a trusted cert with a SAN value to communicate with an integration we are trying to set up, Prophet AI. I have a cert signed with DigiCert, and its valid. Checked it multiple times. After going through the errors in the splunk logs, I see that the KV store needed a Client/Server auth, which my trusted cert doesn't contain. I found through some reading that i can use a separate cert for the kvstore.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have configured another cert, one with the correct X509 EKU stanzas, for Client/server auth, but I can not seem to figure out what values I need to map the file locations to. A lot of the values I am seeing on the internet and through AI summaries are values found under [sslConfig], which I have configured to use the main trusted Digicert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;SO upon restarting, I get&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Invalid key in stanza [kvstore] in /export/opt/splunk/etc/system/local/server.conf, line 39: enableSSL (value: true).
                Invalid key in stanza [kvstore] in /export/opt/splunk/etc/system/local/server.conf, line 40: sslPrivateKey (value: /export/opt/splunk/etc/auth/kvstore/kvstore.key).&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main values I keep seeing are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;caCertFile&lt;/LI&gt;&lt;LI&gt;sslRootCApath (main pem file, as specified under my original sslConfig stanza)&lt;/LI&gt;&lt;LI&gt;sslPrivateKey or SSL password&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My main ssl Config looks like this, which seems to be valid:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[sslConfig]
enableSplunkdSSL = true
serverCert = /export/opt/splunk/etc/auth/mycerts/server.pem
sslRootCAPath = /export/opt/splunk/etc/auth/mycerts/ca.crt&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont see any stanza to specify the cert private key, so i am guessing you need the priv-Key stanza alongside the server cert for the server.pem, and the chain under the ca.crt&lt;/P&gt;&lt;P&gt;My question is, what values and path values do i use when setting up and mapping my proper certs to the kv store, as it keeps failing to stat up due to a mismatch in certs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using this link for reference:&amp;nbsp;&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/9.4/configuration-file-reference/9.4.7-configuration-file-reference/server.conf#app-key-value-store-kv-store-configuration-0:~:text=setting.%0A*%20Default%3A%20true-,App%20Key%20Value%20Store%20(KV%20Store)%20configuration,-%5Bkvstore%5D%0A%0Adisabled%20%3D%20%3Cboolean" target="_self"&gt;KV Store settings under Server.conf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 18:33:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758212#M29799</guid>
      <dc:creator>Abass42</dc:creator>
      <dc:date>2026-02-10T18:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: KVStore specific cert</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758214#M29800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254220"&gt;@Abass42&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a good page at&amp;nbsp;&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/9.4/administer-the-app-key-value-store/preparing-custom-certificates-for-use-with-kv-store" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/9.4/administer-the-app-key-value-store/preparing-custom-certificates-for-use-with-kv-store&lt;/A&gt;&amp;nbsp;which walks you through how to ensure your certificate is correct for KV Store usage as well as how to setup your server.conf for your custom KV Store, so I would recommend checking it out!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 21:51:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758214#M29800</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-02-10T21:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: KVStore specific cert</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758217#M29801</link>
      <description>&lt;P&gt;I meant to include that I was using that page as a reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going through, command by command, generating the certs as recommended by Copilot, and testing them using that reference link. Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like i need to specifically use&amp;nbsp;&lt;SPAN&gt;sslRootCAPath and&amp;nbsp;caCertFile. I need to make sure that the cert and associated chains are formatted properly.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ill post the walk through, if it works, at the end of this forum post.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 22:10:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758217#M29801</guid>
      <dc:creator>Abass42</dc:creator>
      <dc:date>2026-02-10T22:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: KVStore specific cert</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758253#M29802</link>
      <description>&lt;P&gt;I've never set a separate cert just for kvstore but assuming that the config works the same as the general splunkd one, your servercert file should consist of concatenated - subject cert, private key, certification chain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 20:16:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/KVStore-specific-cert/m-p/758253#M29802</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2026-02-11T20:16:25Z</dc:date>
    </item>
  </channel>
</rss>

