www.example.com.crt - the certificate by itself
www.example.com.chain.crt - the intermediate certificate
www.example.com.chained.crt - concatenation of the certificate and the intermediate certificate
Most software, including nginx, takes the .chained.crt file. Apache takes the .crt and the .chain.crt file as separate config options.