Add an option to not upload SSL/TLS certs (#727)

This commit is contained in:
Samuel Mutel 2020-10-12 10:02:25 +02:00 committed by GitHub
parent 2a3793ce82
commit fdfaa5c888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

View file

@ -55,6 +55,7 @@ es_heap_dump_path: "/var/lib/elasticsearch"
es_enable_auto_ssl_configuration: true
es_enable_http_ssl: false
es_enable_transport_ssl: false
es_ssl_upload: true
es_ssl_keystore: ""
es_ssl_keystore_password: ""
es_ssl_truststore: ""