how would rate limiting apply? When adding a domain to a certificate, aren't you essentially revoking and reissuing the previous 4 domains, then doing a certificate with 6 domains? Since the rate limit is only 5 certs/domain/week, I don't know how this will turn out.
So you will have used 2 certificates ( of the 5 certs /domain/week).
If you got 4 separate certificates the first time, and then you requested 2 new separate certificates the second time (each just for the single subdomain). then you would have tried to get 6 certificates, and hit the rate limit.
Do you know what you want in advance though ? if so, it’s relatively easy to create a single certificate for all your subdomains ( up to 100).
revoking a certificate does not remove it from the rate limit. The rate limit is still 5 certs/domain/week.
this is a weird one noting the limitations given.
IE no wildcards.
www. is optional these days but breaks certs.
can point to all subdomains, which most hosts allow(for free) but this isnt implemented(and should be)
as far as I know v3 multi-site requests pop a 500 error if correctly implemented according to ssl spec for SANs(alternate names). I know because Ive tried.
www doesn’t break certificates if you have gotten one that covers www; if you haven’t, then you shouldn’t be answering requests for www over HTTPS at all, and if you are but you didn’t get that cert then, frankly, that’s your fault.
I noticed on your reply that you used the first syntax. However, for all my issues, I’ve been using the second syntax. Which is the correct one to generate one certificate for multiple domains?
-d DOMAIN, --domains DOMAIN, --domain DOMAIN
Domain names to apply. For multiple domains you can
use multiple -d flags or enter a comma separated list
of domains as a parameter. (default: [])
So you can use both, no matter if you use: -d example.com -d www.example.com
or (I don't know whether it is allowed but just in case, don't write spaces after the comma) -d example.com,www.example.com