I have more than 100 domain pointers set up, configured via mod_rewrite to show to unique sites on my site builder service (where people can connect their own domains)
Let's encrypt has a limit of 100 Names per certificate:
>If you have a lot of subdomains, you may want to combine them into a single certificate, up to a limit of 100 Names per Certificate
So therefore, I cannot use one certificate for all domains, I need to use multiple. The directadmin panel does not seem to have an option to do this, if I understand the interface correctly.
Initially I thought the problem was that they're all domain pointers, so I created another domain and wanted to just symlink the directory for this domain to the one for my main domain, and then add the certificates there. But it seems that even when you create another domain (instead of a domain pointer), it still wants to use one single certificate for all of the domains. Is there any way around this, or more specifically, to set up SSL for more than 100 domains, that all point to the same codebase/directory? I do have admin access on the server/on directadmin as well.
Let's encrypt has a limit of 100 Names per certificate:
>If you have a lot of subdomains, you may want to combine them into a single certificate, up to a limit of 100 Names per Certificate
So therefore, I cannot use one certificate for all domains, I need to use multiple. The directadmin panel does not seem to have an option to do this, if I understand the interface correctly.
Initially I thought the problem was that they're all domain pointers, so I created another domain and wanted to just symlink the directory for this domain to the one for my main domain, and then add the certificates there. But it seems that even when you create another domain (instead of a domain pointer), it still wants to use one single certificate for all of the domains. Is there any way around this, or more specifically, to set up SSL for more than 100 domains, that all point to the same codebase/directory? I do have admin access on the server/on directadmin as well.