OpenSearch/elasticsearch/x-pack/security
jaymode 9c76211393 security: do not use hidden filenames when generating certs
This commit changes how we get the file and directory name for certificates in the tool. The
tool now prompts the user for the filename. If the provided instance name will result in a
valid filename, this is provided as a default. Otherwise the user must provide a valid
filename.

Closes elastic/elasticsearch#2854

Original commit: elastic/x-pack-elasticsearch@3c923d736b
2016-08-23 14:11:04 -04:00
..
bin/x-pack security: add tool to simplify creation of certificate and csr files 2016-07-18 07:50:17 -04:00
config/x-pack [Monitoring] Add Empty Ingest Pipeline to Future Proof Monitoring Documents 2016-08-12 11:50:39 -04:00
src security: do not use hidden filenames when generating certs 2016-08-23 14:11:04 -04:00
README.asciidoc security: remove use of shield in files and directory names 2016-06-20 10:26:10 -04:00
TESTING.asciidoc security: remove use of shield in files and directory names 2016-06-20 10:26:10 -04:00
test-signatures.txt security: remove use of shield in files and directory names 2016-06-20 10:26:10 -04:00

README.asciidoc

= Elasticsearch Security Plugin

This plugins adds security features to elasticsearch

You can build the plugin with `mvn package`.

The documentation is put in the `docs/` directory.