是否可以在具有Win 10 IoT的Raspberry Pi上的AspNetCore 3.1服务器中设置HTTPS和自签名证书?我只找到了一些针对linux和nginx https://thomaslevesque.com/2018/04/17/hosting-an-asp-net-core-2-application-on-a-raspberry-pi/的解决方案,但没有办法为Windows IoT找到解决方案。
可以在Raspberry Pi上的AspNetCore 3.1服务器中设置HTTPS和自签名证书。您可以使用导入 PfxCertificate 或 Import-Certificate 导入证书。然后在 Asp.Net 核心中使用HTTPS。希望这个博客对你有帮助。