You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/includes/trustCertVSC.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,19 @@
3
3
```dotnetcli
4
4
dotnet dev-certs https --trust
5
5
```
6
-
7
-
The preceding command requires .NET 9.0 or higher on Linux. For Linux on .NET 8 and earlier, see your Linux distribution's documentation for trusting a certificate.
6
+
:::moniker range="<=aspnetcore-8.0"
7
+
8
+
The preceding command requires .NET 8.0.401 SDK or higher on Linux. For Linux on .NET 8.0.400 SDK and earlier, see your Linux distribution's documentation for trusting a certificate.<!--todo What is the correct 8.0 patch version that has the new functionality? -->
9
+
10
+
:::moniker-end
8
11
9
12
The preceding command displays the following dialog, provided the certificate was not previously trusted:
* Select **Yes** if you agree to trust the development certificate.
14
17
15
-
See [Trust the ASP.NET Core HTTPS development certificate](xref:security/enforcing-ssl#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos) for more information.
16
-
17
-
[!INCLUDE[trust FF](~/includes/trust-ff.md)]
18
+
For more information, see the **Trust the ASP.NET Core HTTPS development certificate** section of the [Enforcing SSL](xref:security/enforcing-ssl) article.
19
+
20
+
<!--todo Should this be omitted when 9.0 is selected?-->
0 commit comments