mapx / traefik_certs_dumper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

License:MIT License


Languages

Language:Python 100.0%