Skip to content

Commit d8a4aba

Browse files
authored
Improve error message (#36442)
1 parent b156057 commit d8a4aba

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
@@ -367,7 +367,7 @@ private static int EnsureHttpsCertificate(CommandOption exportPath, CommandOptio
367367
"already trusted we will run the following command:" + Environment.NewLine +
368368
"'sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain <<certificate>>'" +
369369
Environment.NewLine + "This command might prompt you for your password to install the certificate " +
370-
"on the system keychain.");
370+
"on the system keychain. To undo these changes: 'sudo security remove-trusted-cert -d <<certificate>>'");
371371
}
372372

373373
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))

0 commit comments

Comments
 (0)