You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
zumba.go | 2 years ago |
README.md
ZUMBA
Converts Traefik acme.conf in standard pem certs, with full 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.