We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f638ea commit 0e153cdCopy full SHA for 0e153cd
1 file changed
gateway/src/main.rs
@@ -82,7 +82,7 @@ async fn maybe_gen_certs(config: &Config, tls_config: &TlsConfig) -> Result<()>
82
alt_names: vec![config.rpc_domain.clone()],
83
usage_ra_tls: true,
84
usage_server_auth: true,
85
- usage_client_auth: false,
+ usage_client_auth: true,
86
not_before: None,
87
not_after: None,
88
})
0 commit comments