From 1c427ebc3b8169e6bde7a4c4939ab5c9a3a24dbe Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 24 May 2024 09:49:20 -1000 Subject: [PATCH] linux-dev-certs easy (#32649) * linux-dev-certs easy * linux-dev-certs easy * linux-dev-certs easy * linux-dev-certs easy * linux-dev-certs easy * linux-dev-certs easy --- aspnetcore/security/enforcing-ssl.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index 1d31d57921..adb3165d63 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -302,6 +302,19 @@ The preceding commands: The path in the preceding command is specific for Ubuntu. For other distributions, select an appropriate path or use the path for the Certificate Authorities (CAs). +### Trust HTTPS certificate on Linux with linux-dev-certs + +[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. + +The following commands install the tool and create a trusted developer certificate: + +```cli +dotnet tool update -g linux-dev-certs +dotnet linux-dev-certs install +``` + +For more information or to report issues, see the [linux-dev-certs GitHub repository](https://github.com/tmds/linux-dev-certs). + ### Trust HTTPS certificate on Linux using Edge or Chrome