Commit Graph

4 Commits

Author SHA1 Message Date
duffyduck 69b3c417f1 Fix cert export: use PFX instead of PEM for .NET Framework compat
ExportPkcs8PrivateKey() is only available in .NET Core 3.0+
but Windows PowerShell 5.1 uses .NET Framework 4.x.
Switch to PFX export which works on all Windows versions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 10:02:27 +02:00
duffyduck 60b44788fd Fix installer scripts: private key export, encoding, description
- Fix PrivateKey null error by using GetRSAPrivateKey() instead of
  .PrivateKey which is null for certs created with -Signer
- Replace all Unicode characters (umlauts, arrows, emojis) with
  ASCII-safe alternatives so output renders correctly on any
  Windows console regardless of codepage
- Add explanation in setup why Starface URL is needed (CA import)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 09:59:24 +02:00
duffyduck c303461330 added nodejs to setup 2026-04-03 09:52:06 +02:00
Stefan Hacker 37ad745546 first commit 2026-04-03 09:38:48 +02:00