SSL on localhost with nginx

11/14/2011

Install nginx if it’s not already installed: sudo apt-get install nginx You must have the SSL module installed. The nginx docs say this is not standard. However, it does come installed on Ubuntu. You can verify by running nginx -V and looking for –with-http_ssl_module. Next up is generating the SSL certs. Follow the Slicehost docs Read More