Hello,
We intend to provide our users their own sub-domains under our domain. For eg. a user gets the sub-domain username.our-domain.com
. Each user can use arbitrary sub-domains under this domain that they are provided. Hence, we need to generate a wildcard certificate for each user (*.username.our-domain.com). So, the number of certificates scales with our number of users.
Clearly, we will hit the "50 certificates per registered domain" limit pretty quickly if we get more than 50 new users in a week. We intend to use a single account for creating the certificates. We can't group multiple host-names in a single certificate, as the users will then have to wait for at least a certain number of new users to sign up before they get a certificate for their subdomains (we can only have this if we consistently get a high number of new users in a small period of time).
So I was wondering if this is a valid enough use-case for the rate limit to be increased? I wanted to ask before we move on to implementing the integration. Provided the rate limit is increased, by how much can I expect it to be increased? Is there also some kind of payment subscription that we can possibly make to increase the rate limit?
Thanks!