Product:
Search Type:

How can I install Intermediate CA certificate on my HSPcomplete server?

Article ID: 1118 
Last Review: Jul,12 2007
APPLIES TO:
  • HSPcomplete

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

    /etc/httpd/conf/ssl.crt/ca-bundle.crt
    file.
  • edit your
    /etc/httpd/conf/hspc_frontend.conf
    file: lines, where 'SSLCertificateFile' & 'SSLCertificateKeyFile' should looks like:
    # 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

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields