kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Merging private key and public certificate in one .pem #75

Closed pkej closed 1 year ago

pkej commented 2 years ago

Hi, The combined.pem file is created in the certs root folder and not in the domain.tld/ folder. Using only one domain that isn't added in the environment of the docker-compose file.

kereis commented 2 years ago

Hi,

sorry if this seems to be self-explanatory, but this means that the env var DOMAIN doesn't have any effect on which domains are actually dumped, but only one "random" domain is dumped?

kereis commented 1 year ago

Hi,

sorry that this issue went stale. I haven't kept track of it until now. This should be now fixed with #123. Please test this fix either using edge image or wait for the 1.6.1 release. :)