Hello Community,
I am using Let's Encrypt with traefik.
There is one rule like this: traefik.http.routers.xxx-app.rule=(Host(app.xxx.de
, www.app.xxx.de
, abc.de
, cde.de
, efg.de
, ...(50 others)) && (PathPrefix(/a
, /b
))
Will this case apply to the following paragraph from the docs and can it be issued without hitting the ratelimit?
"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. Combined with the above limit, that means you can issue certificates containing up to 5,000 unique subdomains per week. A certificate with multiple names is often called a SAN certificate, or sometimes a UCC certificate. Note: For performance and reliability reasons, it’s better to use fewer names per certificate whenever you can."
Thanks in advance
Kind regards