Skip to content

Commit 96b9fd5

Browse files
committed
Use the full thrumbprint as on mac
1 parent 6e99a8a commit 96b9fd5

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
@@ -445,7 +445,7 @@ private static HashSet<string> FindAvailableCommands()
445445

446446
private static string GetCertificateNickname(X509Certificate2 certificate)
447447
{
448-
return $"aspnetcore-localhost-{certificate.Thumbprint[0..6]}";
448+
return $"aspnetcore-localhost-{certificate.Thumbprint}";
449449
}
450450

451451
/// <remarks>

0 commit comments

Comments
 (0)