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

Certificate dumping for multiple domains #6

Closed kereis closed 4 years ago

kereis commented 4 years ago

This feature allows users to use CSV syntax for domains. After being parsed, each domain's certificate and key will be dumped into a sub directory called by respective domain. If a single domain is present, we dump it into the folder used in previous version (backward compatibility)