Configure NGINX vhost with StartSSL certificate
# Remove the password
openssl rsa -in ssl.key -out /etc/nginx/conf/ssl.key
chmod 600 /etc/nginx/conf/ssl.key
wget http://www.startssl.com/certs/sub.class1.server.ca.pem
# Create a unified certificate from your certificate and the CA certificates
cat