shalb / cluster.dev

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.
https://docs.cluster.dev/
GNU Affero General Public License v3.0
401 stars 36 forks source link

Use one wildcard certificate for all domains in Addons #78

Closed voatsap closed 3 years ago

voatsap commented 4 years ago

What would you like to add We need to use one wildcard cert-manager certificate across all addons and their customer subdomains.

Why is this needed When creating/destroying clusters we face limit by letsencrypt request limits https://letsencrypt.org/docs/rate-limits/ To prevent this we need to reduce the number of certs requested for one domain.

Comments Also It could be possible to use ACM in AWS to obtain certificates. So check this possibility during re-factoring.