Add SSL keystore and truststore

This commit is contained in:
Nathan Young 2019-10-11 16:09:05 +01:00
parent 6811cde9db
commit 45ef5a467c
No known key found for this signature in database
GPG key ID: EB5E14327B10D023
5 changed files with 41 additions and 8 deletions

View file

@ -45,7 +45,10 @@ es_jvm_custom_parameters: ''
# SSL/TLS parameters
es_enable_http_ssl: false
es_enable_transport_ssl: false
es_ssl_keystore: ""
es_ssl_truststore: ""
es_ssl_key: ""
es_ssl_certificate: ""
es_ssl_certificate_authority: ""
es_ssl_certificate_path: "/etc/elasticsearch/certs"
es_ssl_verification_mode: "certificate"