Your IP : 3.138.69.216


Current Path : /opt/elasticsearch-6.2.1/bin/
Upload File :
Current File : //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