Help to setup SSL godaddy Certificate on Roundcube webmail

Discussion in 'HOWTO-Related Questions' started by sidbyron, Feb 7, 2013.

  1. sidbyron

    sidbyron Member

  2. falko

    falko Super Moderator Howtoforge Staff

    You must configure the ISPConfig vhost (on port 8080) to use the same SSL certificate as the vhost on port 80.
     
  3. sidbyron

    sidbyron Member

    How can I do that? :confused:
     
  4. darinpeterson

    darinpeterson Member

    Look at the bottom of this page...

    Look here: http://www.howtoforge.com/perfect-server-debian-squeeze-with-bind-and-courier-ispconfig-3-p6

    If you didn't initially install an SSL certificate when you installed ISPConfig 3, you can do it by:

    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    tar xfz ISPConfig-3-stable.tar.gz
    cd ispconfig3_install/install/

    php -q update.php

    When it asks you if you want to generate an SSL, do it. AND make sure you put:

    Common Name (eg, YOUR name) []: www.asies-consulting.com

    Or whatever your domain is...

    THIS PROBABLY WON'T WORK UNLESS YOU CAN PROVIDE ALL OF YOUR csr, key, crt, etc, SO BACK STUFF UP! If you already generated a CSR forget everything I said above. If you generated a CSR, locate the ISPConfig cert files, and replace the CSR with the one you generated and the CRT with the one from Godaddy.

    I hope this makes sense... If not, take a look at this howto, and it might help...

    http://www.howtoforge.com/securing-...h-a-free-class1-ssl-certificate-from-startssl
     
    Last edited: Feb 24, 2013

Share This Page