Skip to content

Commit 6b25546

Browse files
committed
Use better path for trust roots
1 parent 99c661f commit 6b25546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/CertificateGeneration/UnixCertificateManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ private static string GetOpenSslCertificateDirectory(string homeDirectory)
565565
return @override;
566566
}
567567

568-
return Path.Combine(homeDirectory, ".dotnet", "corefx", "cryptography", "trusted");
568+
return Path.Combine(homeDirectory, ".aspnet", "dev-certs", "trust");
569569
}
570570

571571
private static bool TryDeleteCertificateFile(string certPath)

0 commit comments

Comments
 (0)