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

Feature/kibana web default tls #261

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

pdolinic
Copy link
Contributor

@pdolinic pdolinic commented Sep 5, 2023

Fixes #39

This PR activates kibana_tls: true and sets a default kibana-web-certificate with 10 years of time, if nothing has been set on the paths of

kibana_tls_cert: /etc/kibana/certs/cert.pem
kibana_tls_key: /etc/kibana/certs/key.pem

@widhalmt widhalmt added the feature New feature or request label Sep 5, 2023
@widhalmt widhalmt added this to the 1.1.0 milestone Sep 5, 2023
Default case is 2048 bits on most systems, 4096 should be more future proof
Copy link
Contributor Author

@pdolinic pdolinic left a comment

Choose a reason for hiding this comment

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

Increased private key size to 4096

Copy link
Member

@widhalmt widhalmt left a comment

Choose a reason for hiding this comment

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

I really like your pull request. This is a major improvement and a step into the right direction.

The only thing I'm asking for is: Leave a note in README.md and/or the docs/ directory about the new default behaviour. So people know that they can just put their certificate and key at the correct place or leave it all to the collection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide examples for Kibana web TLS certificates
2 participants