aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/ignite/python/tests/bin/start-ssl-auth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/ignite/python/tests/bin/start-ssl-auth.sh')
-rwxr-xr-xtensorflow/contrib/ignite/python/tests/bin/start-ssl-auth.sh28
1 files changed, 28 insertions, 0 deletions
diff --git a/tensorflow/contrib/ignite/python/tests/bin/start-ssl-auth.sh b/tensorflow/contrib/ignite/python/tests/bin/start-ssl-auth.sh
new file mode 100755
index 0000000000..dde1162816
--- /dev/null
+++ b/tensorflow/contrib/ignite/python/tests/bin/start-ssl-auth.sh
@@ -0,0 +1,28 @@
+#!/usr/bin/env bash
+# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ==============================================================================
+
+nohup apache-ignite-fabric/bin/ignite.sh /data/config/ignite-config-ssl-auth.xml &
+sleep 5 # Wait Apache Ignite to be started
+
+./apache-ignite-fabric/bin/sqlline.sh -u "jdbc:ignite:thin://127.0.0.1/?\
+sslMode=require&\
+sslClientCertificateKeyStoreUrl=/data/keystore/client.jks&\
+sslClientCertificateKeyStorePassword=123456&\
+sslTrustAll=true&\
+username=ignite&\
+password=ignite" --run=/data/sql/init.sql
+
+tail -f nohup.out