traefik-certs-dumper/docs/traefik-certs-dumper.md
Ludovic Fernandez e2b5cc7e60
KV and commands (#8)
- new commands
- support for KV

Co-authored-by: Stephan Müller <mail@stephanmueller.eu>
2019-04-20 21:56:15 +02:00

1.2 KiB

traefik-certs-dumper

Dump Let's Encrypt certificates from Traefik.

Synopsis

Dump Let's Encrypt certificates from Traefik.

Options

      --config string     config file (default is $HOME/.traefik-certs-dumper.yaml)
      --crt-ext string    The file extension of the generated certificates. (default ".crt")
      --crt-name string   The file name (without extension) of the generated certificates. (default "certificate")
      --dest string       Path to store the dump content. (default "./dump")
      --domain-subdir     Use domain as sub-directory.
  -h, --help              help for traefik-certs-dumper
      --key-ext string    The file extension of the generated private keys. (default ".key")
      --key-name string   The file name (without extension) of the generated private keys. (default "privatekey")

SEE ALSO

Auto generated by spf13/cobra on 20-Apr-2019