How to configure Self signed SSL (full trust) with Nginx.
Nginx is a modern web server and provides many benefits over apache. It is super easy to configure Nginx to use self signed SSL which is fully trusted in chrome.
$ openssl x509 -req -in device.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out device.crt -days 999 -sha256 -extfile v31.ext