From f5cfd480a35bcb2efe571ccb671bfeb701964544 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 12 Oct 2020 09:12:36 -0400 Subject: [PATCH] Moar encryptions --- salt/elasticsearch/files/sotls.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/elasticsearch/files/sotls.yml b/salt/elasticsearch/files/sotls.yml index 00045442a..2fc577337 100644 --- a/salt/elasticsearch/files/sotls.yml +++ b/salt/elasticsearch/files/sotls.yml @@ -8,6 +8,7 @@ protocols: - TLSv1.2 ciphers: - TLS_RSA_WITH_AES_128_CBC_SHA256 +- TLS_RSA_WITH_AES_256_GCM_SHA384 transport.encrypted: true {%- if grains['role'] in ['so-node','so-heavynode'] %} http.encrypted: true