Files
softlan-vpn/crates/lanparty-relay
ddidderr e2e8741974 fix(relay): print development cert path
The manual MVP run depends on copying the generated development certificate
from the relay host to both the gateway and Windows client. The relay already
wrote the file, but the startup log only said that the relay was listening.

Print the configured development certificate path after a successful bind/write
and align TESTING.md's expected relay output with that line. This gives the
tester an explicit file path to copy before starting the gateway and client.

Test Plan:
- cargo fmt --check
- cargo test -p lanparty-relay
- timeout 2s cargo run -q -p lanparty-relay -- --listen 127.0.0.1:0
  --dev-cert-der-out <tmp-cert>
- cargo test --workspace
- cargo clippy --workspace --all-targets -- -D warnings

Refs: MVP relay certificate handoff
2026-05-22 09:15:31 +02:00
..