Merge #1104
1104: Improve traefik-certdumper - run.sh and documentation r=mergify[bot] a=boldt ## What type of PR? Bug fix and documentation ## What does this PR do? On the first run, the `run.sh` 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. Additionally, the corresponding documentation was updated, since the `run.sh` writes the two files `cert.pem` and `key.pem`, and not `your.doma.in.crt` and `your.doma.in.key`. Also some volume fixes. ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [X] In case of feature or enhancement: documentation updated accordingly Co-authored-by: Dennis Boldt <info@dennis-boldt.de>master
commit
2329fe7929
Loading…
Reference in New Issue