Skip to content

Commit 78ada7f

Browse files
javiercndanroth27
andauthored
Update src/Tools/dotnet-dev-certs/src/Program.cs
Co-Authored-By: Daniel Roth <[email protected]>
1 parent 59b5f9f commit 78ada7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools/dotnet-dev-certs/src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private static int EnsureHttpsCertificate(CommandOption exportPath, CommandOptio
196196

197197
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX) && manager.HasValidCertificateWithInnaccessibleKeyAcrossPartitions() || manager.GetHttpsCertificates().Count == 0)
198198
{
199-
reporter.Warn($"We did not find a valid HTTPS certificate with a key accessible across security partitions. We will run the following command:" + Environment.NewLine +
199+
reporter.Warn($"We didn't find a valid HTTPS certificate with a key accessible across security partitions. We will run the following command:" + Environment.NewLine +
200200
"'sudo security set-key-partition-list -D localhost -S unsigned:,teamid:UBF8T346G9'" + Environment.NewLine +
201201
"This command will make the certificate key accessible across security partitions and might prompt you for your password. For more information see: https://aka.ms/aspnetcore/2.1/troubleshootcertissues");
202202
}

0 commit comments

Comments
 (0)