|
@@ -15,12 +15,12 @@ services:
|
|
|
echo "Set the KIBANA_PASSWORD environment variable in the .env file";
|
|
|
exit 1;
|
|
|
fi;
|
|
|
- if [ ! -f certs/ca.zip ]; then
|
|
|
+ if [ ! -f config/certs/ca.zip ]; then
|
|
|
echo "Creating CA";
|
|
|
bin/elasticsearch-certutil ca --silent --pem -out config/certs/ca.zip;
|
|
|
unzip config/certs/ca.zip -d config/certs;
|
|
|
fi;
|
|
|
- if [ ! -f certs/certs.zip ]; then
|
|
|
+ if [ ! -f config/certs/certs.zip ]; then
|
|
|
echo "Creating certs";
|
|
|
echo -ne \
|
|
|
"instances:\n"\
|