traefik-certs-dumper/docs/traefik-certs-dumper_kv_etcd.md
2019-10-09 03:08:33 +02:00

2.3 KiB

traefik-certs-dumper kv etcd

Dump the content of etcd.

Synopsis

Dump the content of etcd.

traefik-certs-dumper kv etcd [flags]

Options

      --etcd-version string   The etcd version can be: 'etcd' or 'etcdv3'. (default "etcd")
  -h, --help                  help for etcd
      --sync-period int       Sync period for etcd in seconds.

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)
      --connection-timeout int   Connection timeout in seconds.
      --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.
      --endpoints strings        List of endpoints. (default [localhost:8500])
      --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")
      --password string          Password for connection.
      --post-hook string         Execute a command only if changes occurs on the data source. (works only with the watch mode)
      --prefix string            Prefix used for KV store. (default "traefik")
      --suffix string            Suffix/Storage used for KV store. (default "/acme/account/object")
      --tls                      Enable TLS encryption.
      --tls.ca string            Root CA for certificate verification if TLS is enabled
      --tls.ca.optional          
      --tls.cert string          TLS cert
      --tls.insecureskipverify   Trust unverified certificates if TLS is enabled.
      --tls.key string           TLS key
      --username string          Username for connection.
      --watch                    Enable watching changes.

SEE ALSO

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