acmetopem/README.md

15 lines
522 B
Markdown
Raw Permalink Normal View History

2019-11-15 12:48:49 +00:00
# acmetopem
2019-11-15 13:02:35 +00:00
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