Reactor Scram

Results 221 comments of 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. ![image](https://github.com/firezone/firezone/assets/13400041/f3f4cde0-52e4-4b4a-9fa3-51aeece66aca) But I didn't...

![uac](https://github.com/firezone/firezone/assets/13400041/a84d1961-c406-4d02-9e2e-f43530ad9ef4) 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.

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