Update 'README.md'
This commit is contained in:
parent
2d250fa46d
commit
59e1552915
1 changed files with 13 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,3 +1,15 @@
|
|||
# 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
|
Loading…
Reference in a new issue