mailu/optional/traefik-certdumper
Dennis Boldt d6cf5b991b
Update run.sh
On the first run, this script shows the error 'diff: can't stat '/output/cert.pem': No such file or directory', because the file does not exist in the folder `/output` yet. This bugfix ensures, that the diff is only called, when all required files are available.
..
.dockerignore Add docker to dump traefiks certificates to pem
Dockerfile Update Dockerfile
run.sh Update run.sh