Skip to content

Distributed letsencrypt cert storage #7

Open
@byrnedo

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions