zumba/README.md

20 lines
542 B
Markdown
Raw Permalink Normal View History

2021-09-14 16:18:11 +02:00
**ZUMBA**
2021-09-14 16:20:08 +02:00
Converts Traefik acme.conf in standard pem certs, with full Chain too
2021-09-14 16:18:11 +02:00
*Why?*
People in Traefik decided to ignore good practices and known standards, and created a stupid JSON acme.conf file , with all certificates inside. They also changed JSON format couple of time.
*How to make it run*
You only need two environmennt variables:
- ACME_FILE (where your Acme file is stored, like /acme/acme.json)
- CERT_PATH (where to store certificates, keys and chains)
2021-09-14 16:18:51 +02:00
and then ./zumba &
It will keep running, updating certs everyday.