Hello,
I installed wildcard certificate using bellow tutorial.
if i understand Rate limit documentation correctly i can only have 100 names per one wildcard certificate.
if above is correct i have 2 questions:
1)what is the difference between 100 Names per Certificate .and 5,000 unique subdomains per week.?
2)In my project i create automatic sub-domain for each user and daily i expect approximate of 200 sub-domain request, is there any possible way to do it with wildcard certificate ?
And thank you for your kind response. if i understand correctly rate limit is for separate certificates for sub-domains as domains. and in case of single wildcard *.example.org certificate all of my sub-domains sub1.example.orgsub2.example.orgsub3.example.org etc will be secured without limit under single *.example.org certificate?
reference to my setup, i have rewrite rule which diverts example.org/dir to dir.example.org subdomain, and new dir is created for every registered user, i simple need to have secure icon when customer opens his https://dir.example.org domain.
yes. You need one certificate with two domain names *.example.com + example.com, that doesn't hit a limit. Then it's not relevant if you have 5 or 50.000 subdomains.
You can use a dns wildcard and a vHost wildcard. The vHost uses the wildcard certificate.