how to start https server with SSL cert?
Created by: mksuper1
Hi,
I am able to start the https server in windows using set HTTPS=true&&npm start. Is it possible to pass the SSL cert and key to the https server?
e.g. for node http-server, I can start the https server with http-server S -C c:\cert\server.pem -K c:\cert\server.key.
How do I achieve the same result for create-react-app?