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