mirror of
https://github.com/SnowMB/traefik-certificate-extractor.git
synced 2025-01-18 22:09:33 +08:00
Updated README.md
This commit is contained in:
parent
3711251c3a
commit
6aa38b7a93
@ -5,6 +5,7 @@ Tool to extract Let's Encrypt certificates from Traefik's ACME storage file.
|
|||||||
## Installation
|
## Installation
|
||||||
```
|
```
|
||||||
git clone https://github.com/DanielHuisman/traefik-certificate-extractor
|
git clone https://github.com/DanielHuisman/traefik-certificate-extractor
|
||||||
|
cd traefik-certificate-extractor
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@ -13,6 +14,13 @@ python3 extractor.py [directory]
|
|||||||
```
|
```
|
||||||
Default directory is `./data`. The output directory is `./certs`.
|
Default directory is `./data`. The output directory is `./certs`.
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
There is a Docker image available for this tool: [danielhuisman/traefik-certificate-extractor](https://hub.docker.com/r/danielhuisman/traefik-certificate-extractor/).
|
||||||
|
Example run:
|
||||||
|
```
|
||||||
|
docker run --name extractor -d -v /srv/extractor/data:/app/data -v /srv/extractor/certs:/app/certs danielhuisman/traefik-certificate-extractor
|
||||||
|
```
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||
```
|
```
|
||||||
certs/
|
certs/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user