Minimal service to extract SSL certificates from traefik and create certificate files for use elsewhere.
Modified by David Chidell to conform to traefik v2.0 certificate files & customise filename.
See the (examples) directory for example docker compose demonstrating config.
The environment variables are:
| Environment Variable | Default | Description |
|---|---|---|
| CERT_PATH | /certs | Path to directory where certs will be placed |
| ACME_PATH | /acme | Path to acme.json created by traefik |
| ACME_FILE | acme.json | Filename (usually acme.json) created by traefik |
The program with watch acme.json for changes and generate certficates and certfiacte chains with the names domain.crt and domain.chain.crt repsectively.
2018 Thom Seddon
Content type
Image
Digest
Size
963.8 kB
Last updated
over 6 years ago
docker pull dchidell/traefik-certs