Falls es Probleme beim Verwenden des selbst erstellten Zertifikats gibt:
Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
To generate a developer certificate run ‚dotnet dev-certs https‘. To trust the certificate (Windows and macOS only)
Am besten die Entwicklerzertifikate einmal alle löschen und ein neues anlegen:
- dotnet dev-certs https –clean
- dotnet dev-certs https -t
- Restart VisualStudio