Dump ACME data from Traefik to certificates
Go to file
2019-02-11 12:07:06 +01:00
.gitignore chore: adds gitignore. 2019-02-11 05:27:47 +01:00
.golangci.toml chore: adds makefile and linter. 2019-02-11 05:29:04 +01:00
.goreleaser.yml chore: adds release system. 2019-02-11 12:07:06 +01:00
.travis.yml chore: adds makefile and linter. 2019-02-11 05:29:04 +01:00
dumper.go feat: Birth. 2019-02-11 12:07:06 +01:00
go.mod feat: Birth. 2019-02-11 12:07:06 +01:00
go.sum feat: Birth. 2019-02-11 12:07:06 +01:00
LICENSE chore: adds License. 2019-02-11 05:29:33 +01:00
main.go feat: Birth. 2019-02-11 12:07:06 +01:00
Makefile chore: adds makefile and linter. 2019-02-11 05:29:04 +01:00
readme.md doc: adds readme. 2019-02-11 12:07:06 +01:00
version.go feat: Birth. 2019-02-11 12:07:06 +01:00

traefik-certs-dumper

Build Status Go Report Card

Dump the content of the "acme.json" file from Traefik to certificates.

Usage:
  traefik-certs-dumper [command]

Available Commands:
  dump        Dump Let's Encrypt certificates from Traefik
  help        Help about any command
  version     Display version

Flags:
  -h, --help      help for certs-dumper
      --version   version for certs-dumper

Use "traefik-certs-dumper [command] --help" for more information about a command.
Dump the content of the "acme.json" file from Traefik to certificates.

Usage:
  traefik-certs-dumper dump [flags]

Flags:
      --dest string     Path to store the dump content. (default "./dump")
  -h, --help            help for dump
      --source string   Path to 'acme.json' file. (default "./acme.json")

Examples

treafik-certs-dumper dump
treafik-certs-dumper dump --source ./acme.json --dest ./dump