Generate .pem file for HTTPS
# http://stackoverflow.com/q/12871565/36821 openssl req -newkey rsa:2048 -new -nodes -keyout key.pem -out csr.pem