Skip to content

Commit 8d72f23

Browse files
committed
update trustCertVSC.md
1 parent e9a49c5 commit 8d72f23

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

aspnetcore/includes/trustCertVSC.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@
33
```dotnetcli
44
dotnet dev-certs https --trust
55
```
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
811

912
The preceding command displays the following dialog, provided the certificate was not previously trusted:
1013

1114
![Security warning dialog](~/getting-started/_static/cert.png)
1215

1316
* Select **Yes** if you agree to trust the development certificate.
1417

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?-->
21+
[!INCLUDE[trust FF](~/includes/trust-ff.md)]

0 commit comments

Comments
 (0)