"The certificate is not trusted because no issuer chain was provided." Error with SSL + Nginx

If you use Nginx with SSL and get an intermediate certificate with your certificate you have to do this:

cat /path/to/intermediate/certificate >> /path/to/certificate

Kim Klotz