Skip to content

Commit bcd1cf3

Browse files
authored
Linux dev certs supports .NET 8+ (#33849)
1 parent 970b696 commit bcd1cf3

File tree

4 files changed

+1349
-3
lines changed

4 files changed

+1349
-3
lines changed

aspnetcore/security/enforcing-ssl.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to require HTTPS/TLS in an ASP.NET Core web app.
55
ms.author: tdykstra
66
monikerRange: '>= aspnetcore-3.0'
77
ms.custom: mvc, linux-related-content
8-
ms.date: 09/06/2024
8+
ms.date: 10/14/2024
99
uid: security/enforcing-ssl
1010
---
1111
# Enforce HTTPS in ASP.NET Core
@@ -470,4 +470,6 @@ In some cases, group policy may prevent self-signed certificates from being trus
470470

471471
:::moniker-end
472472

473-
[!INCLUDE[](~//security/enforcing-ssl/includes/enforcing-ssl6-8.md)]
473+
[!INCLUDE[](~//security/enforcing-ssl/includes/enforcing-ssl6.md)]
474+
[!INCLUDE[](~//security/enforcing-ssl/includes/enforcing-ssl7.md)]
475+
[!INCLUDE[](~//security/enforcing-ssl/includes/enforcing-ssl8.md)]

aspnetcore/security/enforcing-ssl/includes/enforcing-ssl6-8.md renamed to aspnetcore/security/enforcing-ssl/includes/enforcing-ssl6.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::moniker range=">= aspnetcore-6.0 <=aspnetcore-8.0"
1+
:::moniker range="=aspnetcore-6.0"
22

33
> [!NOTE]
44
> If you're using .NET 9 SDK or later, see the updated Linux procedures in the [.NET 9 version of this article](?view=aspnetcore-9.0&preserve-view=true).
@@ -263,6 +263,7 @@ See [this GitHub issue](https://github.com/dotnet/AspNetCore.Docs/issues/6199).
263263

264264
Establishing trust is distribution and browser specific. The following sections provide instructions for some popular distributions and the Chromium browsers (Edge and Chrome) and for Firefox.
265265

266+
<!-- Uncomment when linus-dev-certs supports .NET 6.0>
266267
### Trust HTTPS certificate on Linux with linux-dev-certs
267268
268269
[linux-dev-certs](https://github.com/tmds/linux-dev-certs) is an open-source, community-supported, .NET global tool that provides a convenient way to create and trust a developer certificate on Linux. The tool is not maintained or supported by Microsoft.
@@ -275,6 +276,7 @@ dotnet linux-dev-certs install
275276
```
276277
277278
For more information or to report issues, see the [linux-dev-certs GitHub repository](https://github.com/tmds/linux-dev-certs).
279+
-->
278280

279281
### Ubuntu trust the certificate for service-to-service communication
280282

0 commit comments

Comments
 (0)