acmetopem/README.md

522 B

acmetopem

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