diff --git a/src/Kestrel.Core/CoreStrings.resx b/src/Kestrel.Core/CoreStrings.resx index 286f64efc9..5eb49c1320 100644 --- a/src/Kestrel.Core/CoreStrings.resx +++ b/src/Kestrel.Core/CoreStrings.resx @@ -491,7 +491,7 @@ Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found. -To install the developer certificate first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet-dev-certs https --trust'. +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. diff --git a/src/Kestrel.Core/Properties/CoreStrings.Designer.cs b/src/Kestrel.Core/Properties/CoreStrings.Designer.cs index a8a1937505..f964f3db90 100644 --- a/src/Kestrel.Core/Properties/CoreStrings.Designer.cs +++ b/src/Kestrel.Core/Properties/CoreStrings.Designer.cs @@ -1748,7 +1748,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core /// /// Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found. - /// To install the developer certificate first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet-dev-certs https --trust'. + /// 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. /// internal static string NoCertSpecifiedNoDevelopmentCertificateFound @@ -1758,7 +1758,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core /// /// Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found. - /// To install the developer certificate first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet-dev-certs https --trust'. + /// 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. /// internal static string FormatNoCertSpecifiedNoDevelopmentCertificateFound()