mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 01:13:09 +01:00
13 lines
319 B
YAML
13 lines
319 B
YAML
keystore.path: /usr/share/elasticsearch/config/sokeys
|
|
keystore.password: changeit
|
|
keystore.algorithm: SunX509
|
|
truststore.path: /etc/pki/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
|