Hi All,
I am pretty much a novice on Splunk certificate management.
I have ran into an error in trying to self-sign splunk web certs.
Command string and output as follows:
------------------------------------------------------------
C:\>"c:\Program Files\Splunk\bin\splunk.exe" createssl web-cert -n -l 3072 Generating a 3072 bit RSA private key
..............................++
................................................................................
........................................................++
writing new private key to 'privKeySecure.pem'
-----
Signature ok
subject=/CN=,server_name>/O=SplunkUser
c:\Program Files\Splunk\C:\Program Files\Splunk\etc\auth\splunkweb\cert.pem: Invalid argument
Command failed (ret=1), exiting.
--------------------------------------------------------------
The results from this is that I am getting a new privateKeySecure.pem but not a new cert.pem.
The private key is being dropped into the $\etc\auth folder.
I am running Splunk Ent. Version 7.1.0 on windows.
Web.conf in local $\etc\system\local looks like this:
-------------------------------
[settings]
enableSplunkWebSSL = 1
privKeyPath = C:\Program Files\Splunk\etc\auth\splunkweb\server.key
caCertPath = C:\Program Files\Splunk\etc\auth\splunkweb\cert.pem
-------------------------------
I am pretty sure the problem solution lies in the output where the following is not a correct path, but a double up:
"c:\Program Files\Splunk\C:\Program Files\Splunk\etc\auth\splunkweb\cert.pem"
--------------------------------
Any thoughts or ideas on howto fix would be greatly appreciated.
Cheers
Jim
↧