3 references to SslCertDirEnvVar
aspire (3)
Certificates\CertificateService.cs (3)
154
var currentSslCertDir = Environment.GetEnvironmentVariable(
SslCertDirEnvVar
);
167
environmentVariables[
SslCertDirEnvVar
] = $"{currentSslCertDir}{Path.PathSeparator}{devCertsTrustPath}";
195
environmentVariables[
SslCertDirEnvVar
] = string.Join(Path.PathSeparator, systemCertDirs);