From 655c29b7ef40512db969a3b79778a9f6d302f87e Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Fri, 21 Jun 2019 14:28:52 -0700 Subject: [PATCH] Update Kestrel's dev cert error message (#11430) --- src/Servers/Kestrel/Core/src/CoreStrings.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Servers/Kestrel/Core/src/CoreStrings.resx b/src/Servers/Kestrel/Core/src/CoreStrings.resx index 4bcd314323..eedcad0d94 100644 --- a/src/Servers/Kestrel/Core/src/CoreStrings.resx +++ b/src/Servers/Kestrel/Core/src/CoreStrings.resx @@ -487,7 +487,7 @@ The endpoint {endpointName} is missing the required 'Url' parameter. - Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found. + Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date. To generate a developer certificate run 'dotnet dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'. For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054. @@ -611,4 +611,4 @@ For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?l The HTTP/2 stream was reset by the application with error code {errorCode}. - \ No newline at end of file +