alexalouit / ISPConfig-letsencrypt

Let's Encrypt support for ISPConfig
68 stars 23 forks source link

Cant create certs for subdomains #15

Closed Thumpxr closed 8 years ago

Thumpxr commented 8 years ago

example websites in use:

website1.de ab.website1.de

website1.de can use Letsencrypt ab.website1.de gets the error: wrong cert and it shows me the cert for website1.de if i inspect it.

alexalouit commented 8 years ago

What is domain configuration, auto-subdomain field equal to wildcard?

Thumpxr commented 8 years ago

Domain: http://puu.sh/lQdUM/f735765b19.png Subdomain: http://puu.sh/lQdUb/0d1d801120.png

Both setup as websites. My subdomain list is empty.

alexalouit commented 8 years ago

Unfortunately, Let's Encrypt does not support (yet?) wildcard domain. If you need only one subdomain, you must define the subdomain as domain, with "none" as auto-subdomain field. Otherwise, if you need multiple subdomains in the same vhost, we can't do anything for the moment.

Thumpxr commented 8 years ago

Worked. Thanks.