Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.5 KB

traefik-certs-dumper_file.md

File metadata and controls

40 lines (29 loc) · 1.5 KB

traefik-certs-dumper file

Dump the content of the "acme.json" file.

Synopsis

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

traefik-certs-dumper file [flags]

Options

  -h, --help             help for file
      --source string    Path to 'acme.json' file. (default "./acme.json")
      --version string   Traefik version. If empty use v1. Possible values: 'v2'.

Options inherited from parent commands

      --clean              Clean destination folder before dumping content. (default true)
      --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.
      --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")
      --post-hook string   Execute a command only if changes occurs on the data source. (works only with the watch mode)
      --watch              Enable watching changes.

SEE ALSO

Auto generated by spf13/cobra on 9-Oct-2019