4 references to GetDevCertsTrustPath
aspire (3)
Certificates\CertificateService.cs (1)
180
var devCertsTrustPath = CertificateHelpers.
GetDevCertsTrustPath
(environment);
Utils\EnvironmentChecker\DevCertsCheck.cs (2)
174
var devCertsTrustPath = CertificateHelpers.
GetDevCertsTrustPath
(environment);
232
var trustPath = CertificateHelpers.
GetDevCertsTrustPath
(environment);
Aspire.Cli.Tests (1)
Certificates\CertificateServiceTests.cs (1)
684
Assert.Contains(CertificateHelpers.
GetDevCertsTrustPath
(new HostEnvironment()), environmentVariables["SSL_CERT_DIR"].Split(Path.PathSeparator));