mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-03 06:43:20 +01:00
12 lines
337 B
YAML
12 lines
337 B
YAML
keystore.path: /usr/share/elasticsearch/config/sokeys
|
|
keystore.password: changeit
|
|
keystore.algorithm: SunX509
|
|
truststore.path: /etc/pki/ca-trust/extracted/java/cacerts
|
|
truststore.password: changeit
|
|
truststore.algorithm: PKIX
|
|
protocols:
|
|
- TLSv1.2
|
|
ciphers:
|
|
- TLS_RSA_WITH_AES_128_CBC_SHA256
|
|
transport.encrypted: true
|
|
http.encrypted: false |