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