How do you create a self signed SSL certificate to use on local server on mac 10.9?
I require my localhost serving as https://localhost
https://localhost
I am using t
Or you could just use ngrok to port forward :)
1) start your server (i.e. at localhost:3000)
2) start ngrok from command line: ./ngrok http 3000
that should give you http and https urls to access from any device