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
310 B

{% if splunk_enableSSL %}
[splunktcp-ssl:{{ splunk_s2s_port }}]
connection_host = ip
[SSL]
serverCert = $SPLUNK_HOME/etc/auth/servercertificate.pem
sslPassword = {{ splunk_ssl_cert_password }}
requireClientCert = false
sslVersions = tls1.2
{% else %}
[splunktcp://{{ splunk_s2s_port }}]
{% endif %}