error="error while adding rule Host(someapp.com, www.someapp.com):
error while adding rule Host: unexpected number of parameters; got 2, expected one of [1]" entryPointName=websecure routerName=someapp@docker
Worked, thank you! As a side question, what is the point of doing a wildcard cert? It seems almost magic that I can just do Host('whatever.someapp.com') and each time I add a new whoami with a different subdomain it gets an LE cert no problem.
Why would I want to get a wildcard cert if its so easy for LE to issue me new certs for subdomains?
You can only make so many requests per day/week with LE, before being rate limited.
Also, if you get a wildcard certificate you won't have all of your individual domains listed in the certificate transparency logs, only the wildcard one.