# The URLs of the Elasticsearch instances to use for all your queries.
elasticsearch.hosts: ["https://localhost:9200"]
elasticsearch.ssl.verificationMode: none
server.ssl.enabled: true
server.ssl.certificate: <PATH_TO_YOUR_CERT>/certificate.pem
server.ssl.key: <PATH_TO_YOUR_CERT>/key.pem
server.ssl.clientAuthentication: none