doc: adds readme.
This commit is contained in:
parent
4ca0745cbd
commit
ebec361b9f
45
readme.md
Normal file
45
readme.md
Normal file
@ -0,0 +1,45 @@
|
||||
# traefik-certs-dumper
|
||||
|
||||
[](https://travis-ci.org/ldez/traefik-certs-dumper)
|
||||
[](https://goreportcard.com/report/github.com/ldez/traefik-certs-dumper)
|
||||
|
||||
|
||||
```
|
||||
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
|
||||
|
||||
```bash
|
||||
treafik-certs-dumper dump
|
||||
```
|
||||
|
||||
```bash
|
||||
treafik-certs-dumper dump --source ./acme.json --dest ./dump
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user