Resolution
Follow these steps to install an Intermediate CA SSL certificate on Odin Business Automation - Standard (PBA-S) web interface:
Install SSL files using the OBAS interface as described in How can I enable SSL for OBAS Control Panels?
Upload the Intermediate CA certificate to the OBAS server and place it in the
/etc/httpd/conf/ssl.crt/ca-bundle.crt
file.Edit the
/etc/httpd/conf/hspc_frontend.conf
file. Lines which containSSLCertificateFile
andSLCertificateKeyFile
should appear as follows:# Server Certificate: SLCertificateFile conf/ssl.crt/server.crt SSLCertificateKeyFile conf/ssl.key/server.key
After the lines in step 3 above, add the following line:
SSLCACertificateFile conf/ssl.crt/ca-bundle.crt
Apply your changes by reloading the httpd service:
# /etc/init.d/httpd reload
If you need to configure a CA SSL certificate for a reseller Control Panel, edit the file /etc/httpd/conf.d/hspc_reseller_<RESELLER_ID>.conf
the same way.
Please make sure to keep the original permissions/ownership of the key/certificate files.