Skip to content

Commit 33209e2

Browse files
committed
gw: Don't generate quote for rpc certs
1 parent ea212e5 commit 33209e2

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
@@ -74,7 +74,7 @@ async fn maybe_gen_certs(config: &Config, tls_config: &TlsConfig) -> Result<()>
7474
.get_tls_key(GetTlsKeyArgs {
7575
subject: "dstack-gateway".to_string(),
7676
alt_names: vec![config.rpc_domain.clone()],
77-
usage_ra_tls: true,
77+
usage_ra_tls: false,
7878
usage_server_auth: true,
7979
usage_client_auth: false,
8080
with_app_info: false,

0 commit comments

Comments
 (0)