I have loaded a SSL Certificate on our development server (Splunk 8.1.4). I added the following to the server.conf file (based on the Splunk docs on what to add to the web.conf file):
Hi @BernardEAI
privKeyPath do not exist in server conf, its for web conf. Following settings would suffice in most of the cases.
[sslConfig]
sslPassword (Optional required if server cert, key encrypted)
serverCert (you can combine key, server cert ... first key file followed by server cert.. save them into single .pem)
sslRootCAPath (Optional)
---
An upvote would be appreciated if this reply helps!
Hi @BernardEAI
privKeyPath do not exist in server conf, its for web conf. Following settings would suffice in most of the cases.
[sslConfig]
sslPassword (Optional required if server cert, key encrypted)
serverCert (you can combine key, server cert ... first key file followed by server cert.. save them into single .pem)
sslRootCAPath (Optional)
---
An upvote would be appreciated if this reply helps!
Is this still the case with 9.1.2? I'm getting the same error though I don't have privKeyPath listed in the server.conf file. My pem does have a password/key when I created it.