hi all
I am a splunk noob.
I have created individual server.pem files that are sha256 compliant from my windows ca
my deployment server and clients are mostly windows
the clients ( servers with universalforwarder installed) were individually installed.
my environment is using 6.5.3
i am trying to push a hardened server.conf with the sslconfig pointing to each individual servers pem file from the deployment server.
Is there any way i can do that
e.g. in the deploymentserver\etc\deployment-apps\appname\local\server.confs
can i put the server.conf file this way?
[general]
servername= server1
[sslconfig]
allowsslcompression=false
sslversions = tls1.1, tls1.2
requireclientcert=false
enablesplunkdssl=true
sslkey files=server1.pem
sslkeysfilepassword=password
caPath=$splunk_home\etc\auth
sslPassword=password
[general]
servername= server2
[sslconfig]
allowsslcompression=false
sslversions = tls1.1, tls1.2
requireclientcert=false
enablesplunkdssl=true
sslkey files=server2.pem
sslkeysfilepassword=password
caPath=$splunk_home\etc\auth
sslPassword=password
↧