You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: