From 64af6f99e9e8651b989492eaadeb886339d5f171 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 7 Aug 2020 23:34:55 -0400 Subject: [PATCH] jruby ssl fun --- salt/elasticsearch/files/scripts/so-catrust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elasticsearch/files/scripts/so-catrust b/salt/elasticsearch/files/scripts/so-catrust index 68930777f..82f89bcf4 100644 --- a/salt/elasticsearch/files/scripts/so-catrust +++ b/salt/elasticsearch/files/scripts/so-catrust @@ -26,7 +26,7 @@ if [ ! -f /opt/so/saltstack/local/salt/common/cacerts ]; then docker rm so-elasticsearchca echo "" >> /opt/so/saltstack/local/salt/common/ca-bundle.crt echo "sosca" >> /opt/so/saltstack/local/salt/common/ca-bundle.crt - echo $(cat /etc/pki/ca.crt) >> /opt/so/saltstack/local/salt/common/ca-bundle.crt + cat /etc/pki/ca.crt >> /opt/so/saltstack/local/salt/common/ca-bundle.crt else exit 0 fi \ No newline at end of file