Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement server_ca_cert_file config option #1852

Merged
merged 7 commits into from
Jun 20, 2023

Conversation

beniwohli
Copy link
Contributor

What does this pull request do?

While server_cert allows usage of self-signed certs for simple cases (there is only one certificate), it's not of great use for larger deployments. Allowing the user to provide a CA certificate with which server certificates are signed is a better fit for such situations.

Related issues

Closes #1801

Copy link
Contributor

@basepi basepi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@beniwohli beniwohli merged commit 72cfb19 into elastic:main Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement server_ca_cert_file config option
2 participants