什麼是 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