1 write to CertificateBundlePath
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
450
CertificateBundlePath
= bundlePath,
6 references to CertificateBundlePath
Aspire.Hosting (2)
ApplicationModel\CertificateTrustConfigurationCallbackAnnotation.cs (2)
35
/// value provider such as <see cref="
CertificateBundlePath
"/> or <see cref="CertificateDirectoriesPath"/>.
54
/// value provider such as <see cref="
CertificateBundlePath
"/> or <see cref="CertificateDirectoriesPath"/>.
Aspire.Hosting.NodeJs (1)
NodeExtensions.cs (1)
90
ctx.EnvironmentVariables["NODE_EXTRA_CA_CERTS"] = ctx.
CertificateBundlePath
;
Aspire.Hosting.Python (3)
PythonAppResourceBuilderExtensions.cs (3)
344
ctx.EnvironmentVariables["REQUESTS_CA_BUNDLE"] = ctx.
CertificateBundlePath
;
348
ctx.EnvironmentVariables["CURL_CA_BUNDLE"] = ctx.
CertificateBundlePath
;
353
ctx.EnvironmentVariables["OTEL_EXPORTER_OTLP_CERTIFICATE"] = ctx.
CertificateBundlePath
;