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

Distributed letsencrypt cert storage #7

Open
byrnedo opened this issue Sep 26, 2024 · 0 comments
Open

Distributed letsencrypt cert storage #7

byrnedo opened this issue Sep 26, 2024 · 0 comments

Comments

@byrnedo
Copy link
Collaborator

byrnedo commented Sep 26, 2024

Currently, the ingress runs on all nodes, but effectively should only be used on one node, since there's no synchronisation between instances (think TLS certs and data used by letsencrypt).

The auto-ssl library we use supports a redis file store, would be nice to have a play book to configure redis if the user want's ingress via multiple nodes.

Another alternative is a distributed fs. Not a bad option given that it's mostly reads going on.}

Yet another option: implement an s3 driver for auto-ssl: cheap n easy then to configure that.

@byrnedo byrnedo changed the title Add playbook for configuring letsencrypt storage via redis Distributed letsencrypt cert storage Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant