Skip to content

Minimalists' acme.json certs extractor for (Traefik v1 & ACME v2).

License

Notifications You must be signed in to change notification settings

mapx/traefik_certs_dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

traefik_certs_dumper

Minimalists' acme.json certs extractor for (Traefik v1 & ACME v2).

Designed to be part of cli toolchain, it dumps all certs of acme.json as private key, chain body, and full chain pem files.

Usage

usage: dump_traefik_certs.py [-h] -f ACME_JSON_FILE [-o OUTPUT_DIR] [-v]

(Traefik v1, ACME v2) acme.json certs extractor

optional arguments:
  -h, --help            show this help message and exit
  -f ACME_JSON_FILE, --acme-json-file ACME_JSON_FILE
                        location of Traefik v1 acme.json file
  -o OUTPUT_DIR, --output-dir OUTPUT_DIR
                        root directory of generated cert files
  -v, --verbose         print verbose log to STDOUT

Rich feature alternatives

About

Minimalists' acme.json certs extractor for (Traefik v1 & ACME v2).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages