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 certifications.
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
..............................++
................................................................................
........................................................++
Signature ok
subject=/CN=,server_name>/O=SplunkUser
c:\Program Files\Splunk\C:\Program Files\Splunk\etc\auth\splunkweb\cert.pem: Invalid argument
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
I am pretty sure the problem solution lies in the output where the following is not a correct path, but a double up:
Any thoughts or ideas on howto fix would be greatly appreciated.
Cheers
Jim
Hey@westy74,
You can refer this link:
https://docs.splunk.com/Documentation/Splunk/latest/Security/Howtoself-signcertificates
Let me know if this helps!!!
@westy74,
From the output, it looks like splunk is considering the path as relative and prefixing $SPLUNK_HOME value to the path. You could try providing relative path in the conf and try generating certificate. Once the certificates are generated, you may revert it in case it has an impact on other configurations.