·dotnet-devcert-trust
</>

dotnet-devcert-trust

Diagnostizieren und beheben Sie Vertrauensprobleme bei .NET HTTPS-Entwicklungszertifikaten unter Linux. Deckt den gesamten Zertifikatslebenszyklus von der Generierung bis zur Einbindung des System-CA-Bundles ab, mit distro-spezifischer Anleitung für Ubuntu, Fedora, Arch und WSL2.

68Installationen·7Trend·@aaronontheweb

Installation

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

So installieren Sie dotnet-devcert-trust

Installieren Sie den KI-Skill dotnet-devcert-trust schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-devcert-trust
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: 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:

Diagnostizieren und beheben Sie Vertrauensprobleme bei .NET HTTPS-Entwicklungszertifikaten unter Linux. Deckt den gesamten Zertifikatslebenszyklus von der Generierung bis zur Einbindung des System-CA-Bundles ab, mit distro-spezifischer Anleitung für Ubuntu, Fedora, Arch und WSL2. Quelle: aaronontheweb/dotnet-skills.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-devcert-trust
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-19
Aktualisiert
2026-03-10

Browse more skills from aaronontheweb/dotnet-skills

Schnelle Antworten

Was ist dotnet-devcert-trust?

Diagnostizieren und beheben Sie Vertrauensprobleme bei .NET HTTPS-Entwicklungszertifikaten unter Linux. Deckt den gesamten Zertifikatslebenszyklus von der Generierung bis zur Einbindung des System-CA-Bundles ab, mit distro-spezifischer Anleitung für Ubuntu, Fedora, Arch und WSL2. Quelle: aaronontheweb/dotnet-skills.

Wie installiere ich dotnet-devcert-trust?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-devcert-trust Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

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