ldez / traefik-certs-dumper

Dump ACME data from Traefik to certificates
Other
462 stars 30 forks source link

Possible to export a subdomain from a wildcard domain? #187

Closed juxeii closed 1 year ago

juxeii commented 1 year ago

Hi,

is it possible to export a subdomainfrom a wildcard entry in acme.json? For example, can we export app.domain.com from *.domain.com?

My Synology won't let me import wildcard certificates correclty :(

ldez commented 1 year ago

Hello,

a wildcard certificate doesn't contain other certificates.

If you want a certificate for a specific domain you have to create it.

Traefik uses lego to create certificates automatically based on routers. So you can either change your router configuration or use a standalone version of lego.

juxeii commented 1 year ago

Ok, thx. But is it even possible to create app.domain.com in case I already have *.domain.com in traefik?