Create a website using https and IP domain name

You need to run some software to serve the files. Nginx or Apache are good options. You can probably do it rather simply with Nodejs though.
 
I don't think you can SSL on IP you need a domain for sure. Maybe there are sneaky tricks which can issue SSL for direct ip but never tested them in live environment.

Probably you should wait for more replies maybe someone did that already

Good luck :)
 
Not complicated if you ask me just editing apache for localhost and loading ssl directly from server to ip. Config might irritate 1st but once you have correct config everything will be smooth.
 
Back
Top