Help With SSL Install

Discussion in 'Site & Server Administration' started by usvets, Sep 3, 2007.

  1. #1
    I hope this is the appropriate section to post this, if not please move it. Thanks.

    I'm having problems installing our SSL certificate, all files have been uploaded but I don't understand how to do the rest. Any help will be much appreciated.

    Thanks in advance.

    Tony

    http://veteransflagdepot.us
     
    usvets, Sep 3, 2007 IP
  2. randomIntellections

    randomIntellections Well-Known Member

    Messages:
    985
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    180
    #2
    you will need root access to do that .
     
    randomIntellections, Sep 3, 2007 IP
  3. usvets

    usvets Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi! Thanks for the reply, I have access and have generated everything but don't know what to do next.
     
    usvets, Sep 3, 2007 IP
  4. st1905

    st1905 Well-Known Member

    Messages:
    573
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    135
    #4
    You have to define the variables at your apache conf, i assume that you`re using virtual sites so here it is.

    <VirtualHost 192.168.0.1:443>
    DocumentRoot /var/www/html2
    ServerName www.yourdomain.com
    SSLEngine on
    SSLCertificateFile /etc/ssl/crt/your_domain_name.crt
    SSLCertificateKeyFile /etc/ssl/crt/your_private.key
    SSLCACertificateFile /etc/ssl/crt/DigiCertCA.crt
    < /VirtualHost>

    Do that then restart apache to see if it can do what you want with your certificate.
     
    st1905, Sep 4, 2007 IP