network-proxy: store MITM certs under CODEX_HOME/proxy

This commit is contained in:
viyatb-oai
2026-01-25 11:49:48 -05:00
parent a4b65c5795
commit 20ae699cbb
3 changed files with 15 additions and 8 deletions

View File

@@ -131,11 +131,11 @@ fn default_socks_url() -> String {
}
fn default_ca_cert_path() -> PathBuf {
PathBuf::from("network_proxy/mitm/ca.pem")
PathBuf::from("proxy/ca.pem")
}
fn default_ca_key_path() -> PathBuf {
PathBuf::from("network_proxy/mitm/ca.key")
PathBuf::from("proxy/ca.key")
}
fn default_mitm_max_body_bytes() -> usize {