RESOLUTION
You can achieve it following way:
- install SSL files using HSPcomplete interface as described in this article
- upload Intermediate CA certificate on HSPcomplete server and save it as file.
/etc/httpd/conf/ssl.crt/ca-bundle.crt - edit your file: lines, where 'SSLCertificateFile' & 'SSLCertificateKeyFile' should looks like:
/etc/httpd/conf/hspc_frontend.conf# Server Certificate:
SSLCertificateFile conf/ssl.crt/server.crt
SSLCertificateKeyFile conf/ssl.key/server.key - the following line must be added just after lines above:
SSLCACertificateFile conf/ssl.crt/ca-bundle.crt - changes will take effect after reloading of httpd service:
# /etc/init.d/httpd reload
Keywords: SSL Intermediate CA certificate