Skip to content

Commit 0e153cd

Browse files
committed
Enable client auth on gateway TLS cert
1 parent 0f638ea commit 0e153cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async fn maybe_gen_certs(config: &Config, tls_config: &TlsConfig) -> Result<()>
8282
alt_names: vec![config.rpc_domain.clone()],
8383
usage_ra_tls: true,
8484
usage_server_auth: true,
85-
usage_client_auth: false,
85+
usage_client_auth: true,
8686
not_before: None,
8787
not_after: None,
8888
})

0 commit comments

Comments
 (0)