Hello.
I need to install Thawte signed certificate which also requires to specify intermediate CA in site config. Apache config looks like
[code]
SSLEngine on
SSLCertificateFile /etc/apache2/site.crt
SSLCertificateKeyFile /etc/apache2/site.key
SSLCACertificateFile /etc/apache2/intca.crt
[/code]
How to replace these lines for nginx? Specifically SSLCACertificateFile