dtsepelev / meteor-up-letsencrypt

Production Quality Meteor Deployments with Let's Encrypt support
MIT License
26 stars 8 forks source link

Subdomain certificates fail #17

Open stefanve opened 7 years ago

stefanve commented 7 years ago

Doc says this:

To configure a SAN certificate for multiple domains list the base domain first and separate each additional subdomain with only a comma:

But when I do that, I get:

Error response from daemon: No such container: meteor-frontend config/start.sh: line 29: sub.example.com: command not found

The difference in my situation is that I do not have any main domain name, just sveral subdomains, like this:

"letsEncrypt": {
  "domain": "a.myapp.com,b.myapp.com,c.myapp.com",
  "email": "johndoe@myapp.com"
}

Does that make the difference? The actual "root" domain is on another machine

dtsepelev commented 7 years ago

Unfortunately I'm not maintaining this package anymore, please use https://github.com/zodern/meteor-up package.