Update 'README.md'

This commit is contained in:
chris 2019-11-15 13:02:35 +00:00
parent 2d250fa46d
commit 59e1552915
1 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
# acmetopem
Convert certificates from traefiks acme.json to PEM files.
Convert certificates from traefiks acme.json to PEM files.
## usage
run acmetopem.py with the main hostname for the certificate to get, e.g.
python3 ./acmetopem.py eddf.cloud.zknt.org
Optionally set the json filename in envs `ACME_FILENAME` (default *./acme.json*) and the configured store name in `ACME_STORE` (default *leprod*)
## dockered
docker run -v dmz_acme:/data:ro -e ACME_FILENAME=/data/acme.json -e ACME_STORE=leprod reg.zknt.org/zknt/acmetopem eddf.cloud.zknt.org > eddf.pem