32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
## traefik-certs-dumper
|
|
|
|
Dump Let's Encrypt certificates from Traefik.
|
|
|
|
### Synopsis
|
|
|
|
Dump Let's Encrypt certificates from Traefik.
|
|
|
|
### Options
|
|
|
|
```
|
|
--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.
|
|
-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")
|
|
--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
|
|
|
|
* [traefik-certs-dumper file](traefik-certs-dumper_file.md) - Dump the content of the "acme.json" file.
|
|
* [traefik-certs-dumper kv](traefik-certs-dumper_kv.md) - Dump the content of a KV store.
|
|
* [traefik-certs-dumper version](traefik-certs-dumper_version.md) - Display version
|
|
|
|
###### Auto generated by spf13/cobra on 25-Apr-2019
|