Skip to content

Commit 63f43f9

Browse files
javiercnTratcher
andauthored
Update src/Tools/dotnet-dev-certs/src/Program.cs
Co-Authored-By: Chris Ross <[email protected]>
1 parent 6da2741 commit 63f43f9

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
@@ -160,7 +160,7 @@ private static int CheckHttpsCertificate(CommandOption trust, IReporter reporter
160160
{
161161
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX) && certificateManager.HasValidCertificateWithInnaccessibleKeyAcrossPartitions())
162162
{
163-
reporter.Warn($"We found a valid HTTPS certificate but we couldn't confirm that the key will be accessible across security partitions. Run dotnet dev-certs https to ensure it will be accessible during development.");
163+
reporter.Warn($"A valid HTTPS certificate was found but it may not be accessible across security partitions. Run dotnet dev-certs https to ensure it will be accessible during development.");
164164
return ErrorMacOsCertificateKeyCouldNotBeAccessible;
165165
}
166166
else

0 commit comments

Comments
 (0)