SSL Certificate with ISPConfig3

Discussion in 'Installation/Configuration' started by cnocera, May 29, 2009.

  1. cnocera

    cnocera New Member

    When creating an SSL certificate with ISPConfig, there is no place to enter the friendly name in the request. So the certificate will show "Issued to:domain.com." I want it to be "Issued to: www.domain.com."

    I can do this manually with OpenSSL and then edit the vhost file but can it be done with ISPConfig?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This is already a feature request in the bugtracker.
     
  3. cnocera

    cnocera New Member

    Thank you

    Till, thank you for the reply.
     
  4. mrbcast

    mrbcast New Member

    Till,
    I have a multi-server setup with ispconfig3 on ubuntu+nginx and about 23 websites. I need to setup a security certificate on the server so it will register as my server to the outside world. Every time I try to set this up using the tutorials it craps out and I have to put the certs back the way they were. I'm not sure what to do.
     
  5. webguyz

    webguyz Active Member HowtoForge Supporter

    I had a similar issue wanting to use my Commodo cert with my ISPConfig master server.
    Go to /etc/apache2/sites-available and edit ispconfig.vhost on your master.
    Look for the bolded section as below. Copy your cert key, cert, and bundle to the locations below using that same exact names as below and then restart apache. Your new cert should now be visible. Created an empty website and filled out the SSL section and created the key and csr then sent to Commodo and then copied that info plus the cert from Commodo to the files below

    # SSL Configuration
    SSLEngine On
    SSLProtocol All -SSLv3
    SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt
    SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key
    #SSLCACertificateFile /usr/local/ispconfig/interface/ssl/ispserver.bundle
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    This topic here is about the SSL domain of a cert and not about the SSL cert of the ISPConfig host and this has been solved long ago, the SSL domain can be selected on the SSL tab of the website.

    See attached screenshot.
     

    Attached Files:

  7. mrbcast

    mrbcast New Member

     
  8. mrbcast

    mrbcast New Member

    I appreciate the info. My system uses nginx though. Sorry for putting this in the wrong place. I will try to get it in the right place next time.
     
  9. webguyz

    webguyz Active Member HowtoForge Supporter

    Missed the nginx. Doah!
     

Share This Page