Hi,
I’ve got a trellis multisite setup, where there is only 1 site, but it hosts 103 sites.
When trellis tries to generate the ssl cerificates during the provisoning (trellis provision --tags letsencrypt production) it comes back with an error:
FAILED! => {"changed": false, "cmd": ["./renew-certs.py"] ... "Error creating new order :: Order cannot contain more than 100 DNS names"
With letsencrypt the limit is 100 domain names on a single certificate.
I wonder if anybody came across that, and maybe has a solution to split the cerificate to multiple cerificates in case the {{ site_hosts }} more than 100 sites?
I’m using Trellis 1.2.0 in this project. Wonder if version 1.3 or 1.4 would solve that problem?
I wish we could avoid that large multisite setup!