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