Forums

Resolved
0 votes
I have a wildcard SSL certificate from Comodo that I want to setup for use with my ClearOS 7 install.

Is there an updated guide for this?
Monday, October 03 2016, 11:30 PM
Share this post:
Responses (3)
  • Accepted Answer

    Saturday, October 08 2016, 02:29 AM - #Permalink
    Resolved
    0 votes
    The link was helpful. Here are the simple steps I will share for getting your 3rd-party cert working with the ClearOS 7 webconfig:


    1. In the webconfig, navigate to Systems -> Settings -> Certificate Manager
    2. Activate the local Certificate Authority by entering in the necessary information
    3. Under the External Certificates section, click the "Add" button and upload the certificate, key, and intermediate file
    4. Login to ClearOS via SSH
        # cd /etc/clearos/certificate_manager.d
    Note the names of the certificate file, the key file, and the intermediate file
    # vi /usr/clearos/sandbox/etc/httpd/conf.d/framework.conf
    SSLCACertificateFile /etc/clearos/certificate_manager.d/yourcertificate.intermediate
    SSLCertificateFile /etc/clearos/certificate_manager.d/yourcertificate.crt
    SSLCertificateKeyFile /etc/clearos/certificate_manager.d/yourcertificate.key
    # service webconfig restart

    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 04 2016, 06:31 PM - #Permalink
    Resolved
    0 votes
    There is a certificate manager app which I understand should help with using it for the web server.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 04 2016, 05:10 PM - #Permalink
    Resolved
    0 votes
    Daniel,

    maybe this can help you

    LINK
    The reply is currently minimized Show
Your Reply