·dotnet-devcert-trust
</>

dotnet-devcert-trust

诊断并修复 Linux 上的 .NET HTTPS 开发证书信任问题。涵盖从生成到系统 CA 捆绑包包含的完整证书生命周期,以及针对 Ubuntu、Fedora、Arch 和 WSL2 的发行版特定指南。

68安装·7热度·@aaronontheweb

安装

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-devcert-trust

如何安装 dotnet-devcert-trust

通过命令行快速安装 dotnet-devcert-trust AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-devcert-trust
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:aaronontheweb/dotnet-skills。

SKILL.md

查看原文

On Windows and macOS, dotnet dev-certs https --trust handles everything automatically — it generates the certificate, installs it in the user store, and adds it to the system trust store. On Linux, it does almost nothing useful. The command generates the cert and places it in the user store, but:

This means .NET applications, OpenSSL, curl, and browsers all reject the dev certificate — even though dotnet dev-certs https --check reports it exists.

Prior to Aspire 13.1.0, Redis connections used plaintext. Starting with 13.1.0, Aspire enables TLS on Redis by default. If your dev cert isn't trusted at the system level, Redis connections fail immediately with:

诊断并修复 Linux 上的 .NET HTTPS 开发证书信任问题。涵盖从生成到系统 CA 捆绑包包含的完整证书生命周期,以及针对 Ubuntu、Fedora、Arch 和 WSL2 的发行版特定指南。 来源:aaronontheweb/dotnet-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-devcert-trust
分类
</>开发工具
认证
收录时间
2026-02-19
更新时间
2026-03-10

Browse more skills from aaronontheweb/dotnet-skills

快速解答

什么是 dotnet-devcert-trust?

诊断并修复 Linux 上的 .NET HTTPS 开发证书信任问题。涵盖从生成到系统 CA 捆绑包包含的完整证书生命周期,以及针对 Ubuntu、Fedora、Arch 和 WSL2 的发行版特定指南。 来源:aaronontheweb/dotnet-skills。

如何安装 dotnet-devcert-trust?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-devcert-trust 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/aaronontheweb/dotnet-skills