1 write to CertificateBundlePath
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
98
CertificateBundlePath
= configurationContext.CertificateBundlePath,
9 references to CertificateBundlePath
Aspire.Hosting (2)
ApplicationModel\CertificateTrustConfigurationCallbackAnnotation.cs (2)
38
/// value provider such as <see cref="
CertificateBundlePath
"/> or <see cref="CertificateDirectoriesPath"/>.
57
/// value provider such as <see cref="
CertificateBundlePath
"/> or <see cref="CertificateDirectoriesPath"/>.
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBExtensions.cs (1)
172
ctx.EnvironmentVariables["NODE_EXTRA_CA_CERTS"] = ctx.
CertificateBundlePath
;
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
293
ctx.EnvironmentVariables["NODE_EXTRA_CA_CERTS"] = ctx.
CertificateBundlePath
;
Aspire.Hosting.Python (3)
PythonAppResourceBuilderExtensions.cs (3)
411
ctx.EnvironmentVariables["REQUESTS_CA_BUNDLE"] = ctx.
CertificateBundlePath
;
415
ctx.EnvironmentVariables["CURL_CA_BUNDLE"] = ctx.
CertificateBundlePath
;
420
ctx.EnvironmentVariables["OTEL_EXPORTER_OTLP_CERTIFICATE"] = ctx.
CertificateBundlePath
;
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
148
ctx.Arguments.Add(ctx.
CertificateBundlePath
);
350
ctx.EnvironmentVariables[$"RI_REDIS_TLS_CA_PATH{counter}"] = ctx.
CertificateBundlePath
;