Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

containous/acme-fixer

Repository files navigation

acme-fixer

Context:

Examples

Traefik v1

With binaries:

# dry run mode
acme-fixer -i ./my/path/acme.json -d

# without dry run
acme-fixer -i ./my/path/acme.json

With Docker:

# dry run mode
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.2.0 -i /letsencrypt/acme.json -d

# without dry run
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.2.0 -i /letsencrypt/acme.json

Traefik v2

With binaries:

# dry run mode
acme-fixer -i ./my/path/acme.json -d --v2

# without dry run
acme-fixer -i ./my/path/acme.json --v2

With Docker:

# dry run mode
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.2.0 -i /letsencrypt/acme.json -d --v2

# without dry run
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.2.0 -i /letsencrypt/acme.json --v2