1 #!/bin/bash 2 3 # Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one 4 # or more contributor license agreements. Licensed under the Elastic License; 5 # you may not use this file except in compliance with the Elastic License. 6 7 ES_MAIN_CLASS=org.elasticsearch.xpack.security.cli.CertificateTool \ 8 ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \ 9 ES_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/security-cli \ 10 "`dirname "$0"`"/elasticsearch-cli \ 11 "$@"