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

ACME fails with Site that has 100+ Domains #3

Open
ansibleguy opened this issue Aug 15, 2024 · 0 comments
Open

ACME fails with Site that has 100+ Domains #3

ansibleguy opened this issue Aug 15, 2024 · 0 comments

Comments

@ansibleguy
Copy link
Owner

LetsEncrypt has a limit of 100 domains per certificate.
The role should handle sites that have more than 100 domains assigned to them.
We could loop over every set of 100 domains: domains | sort | length / 100 | round(0, 'ceil')

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