nginx-letsencrypt
nginx-letsencrypt copied to clipboard
Multiple domain (www/non-www) setup
First of all, thanks a ton for this minimal and fully-working setup. This is more of a question rather than an issue.
I'm trying to generate certificates for www and non-www versions of my domain and using DOMAIN=domain.com,www.domain.com
environment variable, but it's causing issue for certificate paths here.
My solution was adding another DOMAINS
variable with value domain.com,www.domain.com
and use it here.
Is there any other solution which I might be missing?