summaryrefslogtreecommitdiffstats
path: root/src/main/docker/elasticsearch/bin/init_sg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/docker/elasticsearch/bin/init_sg.sh')
-rw-r--r--src/main/docker/elasticsearch/bin/init_sg.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/docker/elasticsearch/bin/init_sg.sh b/src/main/docker/elasticsearch/bin/init_sg.sh
new file mode 100644
index 0000000..1c4e607
--- /dev/null
+++ b/src/main/docker/elasticsearch/bin/init_sg.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+plugins/search-guard-6/tools/sgadmin.sh \
+ -cd config/sg/ \
+ -ts config/sg/truststore.jks \
+ -ks config/sg/kirk-keystore.jks \
+ -nhnv \
+ -icl \ No newline at end of file