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 ea212e5 commit 33209e2Copy full SHA for 33209e2
1 file changed
gateway/src/main.rs
@@ -74,7 +74,7 @@ async fn maybe_gen_certs(config: &Config, tls_config: &TlsConfig) -> Result<()>
74
.get_tls_key(GetTlsKeyArgs {
75
subject: "dstack-gateway".to_string(),
76
alt_names: vec![config.rpc_domain.clone()],
77
- usage_ra_tls: true,
+ usage_ra_tls: false,
78
usage_server_auth: true,
79
usage_client_auth: false,
80
with_app_info: false,
0 commit comments