Running a WordPress multisite with wildcard subdomains on Leaseweb. Current setup:
1. Main domain: example.com
2. Subdomains: site1.example.com through siteN.example.com
3. Currently using Let's Encrypt with manual SAN expansion
Hitting the 100 limit on older certbot versions (before 2.6.0). Running certbot 2.7.4 now but my hook script still requires manual intervention when users create new sites.
Question: Is anyone auto-expanding SANs on multisite without hitting rate limits? I process roughly 15-20 new subdomains weekly.
My current certbot hook is functional but brittle. Seeking a more robust pattern.