<?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: Splunk Enterprise Windows - openssl.cnf file default location in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646457#M17038</link>
    <description>&lt;P&gt;Discovered when I was doing the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\Splunk&amp;gt;%SPLUNK_HOME%\bin\openssl x509 -enddate -noout -in %SPLUNK_HOME%\etc\auth\server.pem
WARNING: can't open config file: C:\\gitlab_runner\\builds\\build_home\\splunk/ssl/openssl.cnf
notAfter=May 17 23:44:06 2026 GMT&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 14:46:33 GMT</pubDate>
    <dc:creator>NK</dc:creator>
    <dc:date>2023-06-09T14:46:33Z</dc:date>
    <item>
      <title>Splunk Enterprise Windows - openssl.cnf file default location?</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646455#M17037</link>
      <description>&lt;P&gt;&lt;FONT color="#FF0000"&gt;WARNING: can't open config file: C:\\gitlab_runner\\builds\\build_home\\splunk/ssl/openssl.cnf&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;So why is the default location of openssl.cnf not %SPLUNK_HOME% ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\Splunk&amp;gt;%SPLUNK_HOME%\bin\openssl version -d
OPENSSLDIR: "C:\\gitlab_runner\\builds\\build_home\\splunk/ssl"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Do I need to create the above "gitlab_runner" directory structure to suppress the warnings?&lt;/P&gt;
&lt;P&gt;(Using Splunk Enterprise Windows&amp;nbsp; v8.2.10)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:14:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646455#M17037</guid>
      <dc:creator>NK</dc:creator>
      <dc:date>2023-06-09T15:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Windows - openssl.cnf file default location</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646457#M17038</link>
      <description>&lt;P&gt;Discovered when I was doing the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\Splunk&amp;gt;%SPLUNK_HOME%\bin\openssl x509 -enddate -noout -in %SPLUNK_HOME%\etc\auth\server.pem
WARNING: can't open config file: C:\\gitlab_runner\\builds\\build_home\\splunk/ssl/openssl.cnf
notAfter=May 17 23:44:06 2026 GMT&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 14:46:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646457#M17038</guid>
      <dc:creator>NK</dc:creator>
      <dc:date>2023-06-09T14:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Windows - openssl.cnf file default location</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646486#M17039</link>
      <description>&lt;P&gt;&lt;SPAN&gt;WARNING: can't open config file: C:\\gitlab_runner\\builds\\build_home\\splunk&lt;STRONG&gt;/ssl/openssl.cnf&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the path was configured mistakenly i think. you can see the first portion is windows specific path and the last portion high lighted above, its linux specific..&lt;/P&gt;&lt;P&gt;so, your conf file should have path like this:&lt;BR /&gt;&lt;SPAN&gt;C:\\gitlab_runner\\builds\\build_home\\splunk\\&lt;STRONG&gt;ssl\\openssl.cnf&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 21:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646486#M17039</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-06-09T21:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Windows - openssl.cnf file default location</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646490#M17040</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/80737"&gt;@inventsekar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;the path was configured mistakenly i think.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Where is that path configured in a Windows Splunk Enterprise installation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;Looks like&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/41439"&gt;@rbreton&lt;/a&gt;&amp;nbsp;answered it here in 2017!&lt;/P&gt;&lt;P&gt;I need another Windows environment variable:&lt;/P&gt;&lt;P&gt;OPENSSL_CONF = %SPLUNK_HOME%\openssl.cnf&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:52:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Enterprise-Windows-openssl-cnf-file-default-location/m-p/646490#M17040</guid>
      <dc:creator>NK</dc:creator>
      <dc:date>2023-06-09T22:52:16Z</dc:date>
    </item>
  </channel>
</rss>

