Add SSL/TLS support
This commit introduces SSL/TLS support for the elastic search transport layer. It assumes certificates are generated externally, and only handles uploading and configuring the server accordingly.
This commit is contained in:
parent
5b1d028bd2
commit
d7efa2048a
4 changed files with 53 additions and 0 deletions
|
|
@ -51,6 +51,9 @@
|
|||
tags:
|
||||
- xpack
|
||||
|
||||
- name: include ssl.yml
|
||||
include: elasticsearch-ssl.yml
|
||||
|
||||
- name: flush handlers
|
||||
meta: flush_handlers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue