Skip to content

Instantly share code, notes, and snippets.

@inqueue
Created March 26, 2019 19:34
Show Gist options
  • Save inqueue/12ab395ec450162203df8fceaa99a403 to your computer and use it in GitHub Desktop.
Save inqueue/12ab395ec450162203df8fceaa99a403 to your computer and use it in GitHub Desktop.
X-Pack transport TLS sample configuration
xpack.security:
enabled: true
http:
ssl:
enabled: false
transport:
ssl:
enabled: true
key: /etc/elasticsearch/${HOSTNAME}/${HOSTNAME}.key
certificate: /etc/elasticsearch/${HOSTNAME}/${HOSTNAME}.crt
certificate_authorities: ["/etc/elasticsearch/ca/ca.crt"]
verification_mode: full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment