astmp
astmp

Reputation: 1

Is it possible to set HTTPS and Self-Signed Certificates in AspNetCore 3.1 server on raspberry pi with Win 10 iot?

Is it possible to set HTTPS and Self-Signed Certificates in AspNetCore 3.1 server on raspberry pi with Win 10 iot? I found only some solutions for linux and nginx https://thomaslevesque.com/2018/04/17/hosting-an-asp-net-core-2-application-on-a-raspberry-pi/, but no way for windows iot.

Upvotes: 0

Views: 1034

Answers (1)

Michael Xu
Michael Xu

Reputation: 4432

It is possible to set HTTPS and Self-Signed Certificates in AspNetCore 3.1 server on Raspberry Pi. You can use Import-PfxCertificate or Import-Certificate to import your certificate. And then use HTTPS in the Asp.Net Core. Hope this blog is helpful for you.

Upvotes: 0

Related Questions