TLS guardrails (insecure http refusal, custom CAs) and deployment guide

This commit is contained in:
George Coles
2026-09-15 07:10:32 -04:00
parent ec98275613
commit 67112c2af3
12 changed files with 349 additions and 8 deletions
+2
View File
@@ -18,6 +18,8 @@ pub fn config_for(dir: &Path, name: &str, relay_url: &str) -> Config {
relays: vec![relay_url.to_string()],
registry: None,
ma_key: None,
ca_cert: None,
allow_insecure: false,
dev_bootstrap: true,
responder: true,
},