什么是 dotnet-devcert-trust?
诊断并修复 Linux 上的 .NET HTTPS 开发证书信任问题。涵盖从生成到系统 CA 捆绑包包含的完整证书生命周期,以及针对 Ubuntu、Fedora、Arch 和 WSL2 的发行版特定指南。 来源:aaronontheweb/dotnet-skills。
诊断并修复 Linux 上的 .NET HTTPS 开发证书信任问题。涵盖从生成到系统 CA 捆绑包包含的完整证书生命周期,以及针对 Ubuntu、Fedora、Arch 和 WSL2 的发行版特定指南。
通过命令行快速安装 dotnet-devcert-trust AI 技能到你的开发环境
来源:aaronontheweb/dotnet-skills。
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诊断并修复 Linux 上的 .NET HTTPS 开发证书信任问题。涵盖从生成到系统 CA 捆绑包包含的完整证书生命周期,以及针对 Ubuntu、Fedora、Arch 和 WSL2 的发行版特定指南。 来源:aaronontheweb/dotnet-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-devcert-trust 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/aaronontheweb/dotnet-skills