Compare commits

...

2 Commits

Author SHA1 Message Date
Uriel Fanelli ea148a7cd7 Changing README 2021-09-14 16:18:51 +02:00
Uriel Fanelli 4420127b6e Readme added 2021-09-14 16:18:11 +02:00
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
**ZUMBA**
Converts Traefik acme.conf in standard pem certs, with fill Chain too
*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)
and then ./zumba &
It will keep running, updating certs everyday.