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