Reactor Scram
Reactor Scram
Is there a secret manager we'd use to get a private key into CI for signing?
Tauri has _something_ in its config for this but I'm not sure how it works https://tauri.app/v1/api/config/#windowsconfig
I tried out SignTool with a self-signed cert and it doesn't seem too awful. Lots of GUI clicking in certmgr though. Key management will be annoying.  But I didn't...
 If I use certmgr to trust the self-signed cert, it looks correct in UAC. So maybe the process is feasible
In Tauri 2.0.0-beta.2 it still can't exit `main` gracefully :(
Maybe this should be in the Windows smoke test too?
What's the next step for this one? I think we have one integration test that uses Docker Compose to reach `httpbin.test` over DNS.
No wonder it's taking so darn long
I tried hiding the Windows client inside a lib crate, with a bin crate that just calls `firezone_windows_client_lib::entrypoint`, but it still had about 100 compiler calls that couldn't be cached...
Added encrypted storage issue