Need a tutorial for using letsencrypt with Search Guard

This XPack article is very useful when using LetsEncrypt

However there is nothing with Search Guard.

For exemple. Using LetsEncrypt we have the following files:

    cert1.    pem
chain1.    pem
fullchain1.    pem
privkey1.pem

But how to configure Search Guard with this files ?

searchguard.ssl.http.enabled: true
searchguard.ssl.http.pemcert_filepath: ?.pem
searchguard.ssl.http.pemkey_filepath: privkey1.pem

searchguard.ssl.http.pemkey_password: ?
searchguard.ssl.http.pemtrustedcas_filepath: ?.pem

Thanks

I also wonder how to setup searchguard using Letsencrypt certificates.

This XPack article is very useful when using LetsEncrypt

https://www.elastic.co/blog/x-pack-security-for-elasticsearch-with-lets-encrypt-certificates

However there is nothing with Search Guard.

For exemple. Using LetsEncrypt we have the following files:

    cert1.    pem
chain1.    pem
fullchain1.    pem
privkey1.pem


But how to configure Search Guard with this files ?

searchguard.ssl.http.enabled: true
searchguard.ssl.http.pemcert_filepath: ?.pem
searchguard.ssl.http.pemkey_filepath: privkey1.pem

searchguard.ssl.http.pemkey_password: ?
searchguard.ssl.http.pemtrustedcas_filepath: ?.pem

Thanks

···

On Tuesday, 17 July 2018 14:47:13 UTC+2, nico....@gmail.com wrote: