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 easypull/32653/head
parent
81a8e93f29
commit
1c427ebc3b
|
@ -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).
|
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>
|
<a name="ssl-linux"></a>
|
||||||
|
|
||||||
### Trust HTTPS certificate on Linux using Edge or Chrome
|
### Trust HTTPS certificate on Linux using Edge or Chrome
|
||||||
|
|
Loading…
Reference in New Issue