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:
تشخيص وإصلاح مشكلات الثقة في شهادة مطور .NET HTTPS على نظام التشغيل Linux. يغطي دورة حياة الشهادة الكاملة بدءًا من الجيل وحتى تضمين حزمة CA للنظام، مع توجيهات خاصة بالتوزيع لـ Ubuntu وFedora وArch وWSL2. المصدر: aaronontheweb/dotnet-skills.