You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
445 B
12 lines
445 B
[sslConfig]
|
|
sslRootCAPath = $SPLUNK_HOME/etc/auth/ca-cert.pem
|
|
enableSplunkdSSL = true
|
|
sslVersions = tls1.2
|
|
serverCert = $SPLUNK_HOME/etc/auth/servercertificate.pem
|
|
# servercertificate.pem is a symlink to the real cert.pem on the instance
|
|
|
|
sslPassword = {{ splunk_ssl_cert_password }}
|
|
requireClientCert = false
|
|
|
|
sslVerifyServerCert = true
|
|
sslCommonNameToCheck = {% for host in groups.all_splunk_instances %}{{ host }}, {% endfor %} |