·dotnet-devcert-trust
</>

dotnet-devcert-trust

Linux 上の .NET HTTPS dev 証明書の信頼性の問題を診断して修正します。 Ubuntu、Fedora、Arch、WSL2 のディストリビューション固有のガイダンスとともに、生成からシステム CA バンドルの組み込みまでの完全な証明書ライフサイクルをカバーします。

67インストール·10トレンド·@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。

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 dev 証明書の信頼性の問題を診断して修正します。 Ubuntu、Fedora、Arch、WSL2 のディストリビューション固有のガイダンスとともに、生成からシステム CA バンドルの組み込みまでの完全な証明書ライフサイクルをカバーします。 ソース: 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 dev 証明書の信頼性の問題を診断して修正します。 Ubuntu、Fedora、Arch、WSL2 のディストリビューション固有のガイダンスとともに、生成からシステム CA バンドルの組み込みまでの完全な証明書ライフサイクルをカバーします。 ソース: 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 で使用できるようになります

ソースリポジトリはどこですか?

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