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
pull/32653/head
Rick Anderson 2024-05-24 09:49:20 -10:00 committed by GitHub
parent 81a8e93f29
commit 1c427ebc3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -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).
<a name="ssl-linux"></a>
### Trust HTTPS certificate on Linux using Edge or Chrome