Traefik Certificate Manager is a command-line tool for managing the Let's Encrypt ACME JSON configuration file used by Traefik for SSL/TLS certificate management.
- Load an existing Traefik ACME JSON configuration file.
- View and delete domains and SANs (Subject Alternative Names) from the configuration file.
- Save the updated configuration file.
tcm
is available from the project's releases page.
tcm -f /path/to/acme.json
Once you run the command, you'll be prompted to select whether you want to work with domains or SANs. After selecting the option, you'll be presented with a list of available values. You can then select the values using the space bar for the values you want to remove from the configuration followed by enter to remove.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This application was created by Michael Tipton.