Skip to content

v3.9.3 — SSH certificate UX & revocation modernisation

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:36
· 9 commits to main since this release

Adds a certificate details/delivery view on the SSH Users page, brings the host
deploy panel up to date (syntax-highlighted config blocks and signed ECIES
revocation in place of the obsolete unsigned-KRL cron), and fixes a theme bug
that made several boxes unreadable in light mode.

Feat

  • ssh: cert details & delivery modal on the Users page — open any issued
    certificate to see its full details and re-download the signed *-cert.pub
    plus the ready-to-send delivery blocks.
  • ssh: modernise the host deploy panel — syntax-highlighted config/key
    blocks, and revocation guidance pointing at the signed ECIES krl-client
    channel instead of cron-curling the unsigned per-CA KRL.

Fix

  • frontend: bind Tailwind's dark: variant to the theme class, so an
    OS-dark user on the light theme no longer sees unreadable dark-mode text on
    light backgrounds (and vice-versa).
  • frontend: order issued SSH certificates newest-first by serial.

Full Changelog: v3.9.2...v3.9.3