jruby ssl fun

This commit is contained in:
Mike Reeves
2020-08-07 23:34:55 -04:00
parent 2705cbbf45
commit 64af6f99e9

View File

@@ -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