What is the max amount of domains and subdomains that a certificate can have?

I’m want to make a certificate that covers multiple wildcard sub sub domains. What is the max amount of domains and subdomains that a certificate can have?

Example:

*.office1.company.com

*.office2.company.com

*.office3.company.com
and so on

@MLowry the certificates are acquired from the Let’s Encrypt service and so they are subject to the limits they impose: https://letsencrypt.org/docs/rate-limits/

Currently you can have 100 domains (wildcard or non-wildcard) per certificate.

Question answered. Thank you for responding.