Your IP : 18.216.203.204


Current Path : /proc/9784/root/opt/elasticsearch-6.2.1/bin/
Upload File :
Current File : //proc/9784/root/opt/elasticsearch-6.2.1/bin/elasticsearch-keystore.bat

@echo off

setlocal enabledelayedexpansion
setlocal enableextensions

call "%~dp0elasticsearch-env.bat" || exit /b 1

%JAVA% ^
  %ES_JAVA_OPTS% ^
  -Des.path.home="%ES_HOME%" ^
  -Des.path.conf="%ES_PATH_CONF%" ^
  -cp "%ES_CLASSPATH%" ^
  org.elasticsearch.common.settings.KeyStoreCli ^
  %*

endlocal
endlocal