3 references to SslCertDirEnvVar
aspire (3)
Certificates\CertificateService.cs (3)
183
var currentSslCertDir = environment.GetEnvironmentVariable(
SslCertDirEnvVar
);
196
environmentVariables[
SslCertDirEnvVar
] = $"{currentSslCertDir}{Path.PathSeparator}{devCertsTrustPath}";
204
environmentVariables[
SslCertDirEnvVar
] = string.Join(Path.PathSeparator, systemCertDirs);