Skip to content

Commit

Permalink
docs: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 26, 2022
1 parent 472d7ea commit 0b4a3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ If you appreciate this project:

## Description

traefik-certs-cleaner is a simple helper to clean acme.json file.
traefik-certs-cleaner is a simple helper to clean the Traefik `acme.json` file by removing certificates.

It creates a new acme.json file (`acme-new.json` by default) without the certificates that you want to remove.
It creates a new `acme.json` file (`acme-new.json` by default) without the certificates that you want to remove.
After the cleaning, you should replace the content of the original `acme.json` by the content of the new file.
Then you have to restart your Traefik instance.

Expand Down

0 comments on commit 0b4a3ac

Please sign in to comment.