Skip to content

v1.5.2

Choose a tag to compare

@UncleFi1 UncleFi1 released this 27 May 21:31

v1.5.2

Certificate templates and policy presets release.

Added

  • Added certificate issue templates: Server TLS, Internal service, Wildcard and Client identity.
  • Templates now set policy defaults for key type, duration and domain placeholder.
  • Added backend policy normalization and validation for allowed templates, durations and key types.
  • Added wildcard guardrail requiring domains like *.example.com.
  • Added deploy snippets to certificate details for nginx, Apache and Traefik file provider.

Changed

  • Certificate issue history now records template, key type and duration.
  • Bumped application version to 1.5.2.

Verified

  • go test ./...
  • bash -n install.sh
  • bash -n step-ca-bootstrap.sh
  • docker compose config --quiet
  • docker compose build step-ui
  • Staging test on 192.168.100.103: issue templates rendered, wildcard policy error worked, internal template issued a cert, details page showed deploy snippets