0

I am building a progressive web app for printer management, which will be deployed in a local network. Since it is a PWA, it needs to be served over HTTPS, so HTTP is not an option. Currently, I am using HTTPS localhost to create an HTTPS server on localhost, but that certificate obviously is not valid when other devices visit the URL and I get a warning message.

What is the best (and easiest) way to get a valid HTTPS server running in a local network?

AlexW00
  • 57
  • 5
  • For self certificates generaration check my question, I included the correct steps of generation: [Self Signed Certificates](https://stackoverflow.com/questions/27719154/how-to-use-ssl-certificates-in-openssl-with-gsoap-using-a-c-client-server) – Anas Feb 22 '23 at 14:18

0 Answers0