Security

SSL Certificate In Splunk

rohitvjoshi
Path Finder

Hi all ,

We are using a clustered environment. We have the SSL certificate enable, which default shipped by Splunk. They are expiring this month.

I checked the web.conf file — over there SSL is enabled, but no certificate path is mentioned. It looks like below, as SSL is enabled but no path is mentioned. Which certificate is it taking ??

[settings]

enableSplunkWebSSL = 1

As per documents, we should have a stanza like below under web.conf.

Turn on SSL:

enableSplunkWebSSL = true

absolute paths may be used here.

privKeyPath = /home/user/certs/myprivatekey.pem
serverCert = /home/user/certs/mycacert.pem

Does Above stanza we have to write when we generate the self signed certificate ?

Thanks
Rohit Joshi

0 Karma

chrisyounger
SplunkTrust
SplunkTrust

You can answer this question using btool. On the box, run this command

./bin/splunk btool web list --debug

in the output that appears, look for the fields you are wondering about.

Hope this helps!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Analytics Workspace deprecation

As of Splunk Cloud Platform 10.4.2604 and Splunk Enterprise 10.4, Analytics Workspace is now deprecated. ...

Splunk Developer Day Recap: Building, Publishing, and Growing on the Splunk Platform

Splunk Developer Day brought the Splunk developer community together for a practical look at what it means to ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...