How to install Comodo SSL on ISPConfig with Nginx ?

Discussion in 'ISPConfig 3 Priority Support' started by nvidian, May 19, 2015.

  1. nvidian

    nvidian Member

    Hi, I successfully install Comodo Positive SSL on Postfix & Dovecot through SSH. But I really cannot make it work for the website. FYI, I tried to install SSL the same as hostname ( sub.mydomain.com )

    Create bundle:
    cat sub.mydomain.com.crt COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt > ssl-bundle.crt

    At ISPCONFIG GUI (Sites >> Websites >> SSL)
    I placed Private key on "SSL Certificate" field and content of ssl-bundle.crt on "SSL Bundle" field.

    What do I miss here ? Is there some step that I should do after this ?

    Thank you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The sl cert key has to go into the ssl key feild, not the ssl cert field.
    the ssl cert goes into the ssl cert field.
    the ssl bundle goes into the ssl bundle field.

    then select "save certificate" as action and press save.
     
  3. nvidian

    nvidian Member

    S
    Hi, Till thanks. But which one is SSL cert ?
    • sub.mydomain.com.crt
    • COMODORSADomainValidationSecureServerCA.crt
    • COMODORSAAddTrustCA.crt
    • AddTrustExternalCARoot.crt
    • Or Certificate Signing Request(CSR) ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This is the ssl cert: sub.mydomain.com.crt
     
  5. nvidian

    nvidian Member

    Thank Till. How about "SSL Request" field ? Is it should be left empty ?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    You can insert the csr there.
     
  7. nvidian

    nvidian Member

    Thanks Till. It works now. The only thing I worried about is my cert only SHA-1.
     

Share This Page