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

fix: Fix combined PEM creation related to `DOMAIN` env var #123

Closed kereis closed 1 year ago

kereis commented 1 year ago

This should fix the creation of combined PEM files when

Also, I added missing env var table entry for COMBINED_PEM.

Closes #75.