Changelog
0.2.1 — 2026-05-04
Added
- Startup log printed to container stdout on every start — shows CF_Token status, ACME email, server, key length, and timezone so
docker compose logsgives immediate confirmation the container is configured correctly.
0.2.0 — 2026-05-04
Changed
- Scripts (
issue.sh,renew.sh,convert-to-pfx.sh) and the entrypoint wrapper are now baked into a versioned Docker image published to GHCR (ghcr.io/rubennati/cert-ops-tool). The compose file pulls the image directly — no local script bind-mounts required. - Default
APP_TAGin.env.exampleupdated to0.2.0.
Removed
- Local
config/andscripts/bind-mounts from the container (scripts are now part of the image).
0.1.0 — 2026-04-16
Initial public release.
Added
- Docker Compose setup running
neilpang/acme.shwithcrondfor automatic renewal - Cloudflare API token loaded from a Docker Secret (
.secrets/cf_token.txt) via entrypoint wrapper - Interactive
scripts/wizard.shfor issuing certificates (single domain or wildcard) - Direct
scripts/issue.shandscripts/renew.shfor scripted automation scripts/convert-to-pfx.shfor Windows / IIS / Synology PFX import- Standard output layout:
volumes/output/<domain>/{cert,fullchain,privkey,ca}.pem - Documentation: README, CONFIG.md, SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md
- PolyForm Noncommercial 1.0.0 license
Known limitations (0.1.0)
- Only Cloudflare DNS-01 is wired in by default (other providers documented in Configuration, require manual adaptation of
scripts/issue.sh) - No automatic distribution to target devices — output files must be transferred manually
- No built-in expiry alerting