Myster-Tee / TinfoilWebServer

Install your packages from your own server
GNU General Public License v3.0
124 stars 26 forks source link

HTTPS #8

Closed r3nfolly closed 1 year ago

r3nfolly commented 1 year ago

How I can set up the server to run on HTTPS-free generated certificate (like https://letsencrypt.org/)?? Thanks

Myster-Tee commented 1 year ago

I added an HTTPS example in the homepage documentation. This example is probably the easiest one, with best cross platform compatibility, but I invite you to browse official Microsoft documentation here for more possibilities.

r3nfolly commented 1 year ago

Hello Myster-Tee, Thanks for the update. But I'm still suffering on HTTPs config. I can't understand the page :-( Can you write how to run to https://localhost:5001, I have nginx on my unraid that will direct the traffic to the VM running the shop. but I have no idea how to write the script. Thanks for your help.