problems saving bundle certificate

Discussion in 'General' started by PVasileff, May 22, 2017.

  1. PVasileff

    PVasileff Member

    I`m using apache 2.4.10 on debian 8 and after try to install purchased certificate - crt and ca file is in same fille...
    Here: https://git.ispconfig.org/ispconfig/ispconfig3/issues/4359 - is closed with status fixed but problem exist and in 3.1.3.

    I trying to install StartSSL Class 1 SSL for domain domain.com:
    ISPConfig -> Web -> domain.com ->
    enable checkbox SSL in Domain tab

    After that going to SSL tab - Paste key, crt and CA and after operation is done crt and ca is in same file and in vhost missing directive:
    SSLCACertificateFile - only:

    SSLCertificateFile /var/www/clients/client1/web20/ssl/b*d*s.eu.crt
    SSLCertificateKeyFile /var/www/clients/client1/web20/ssl/b*d*s.eu.key
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    So everything is working perfectly and as it should be for that apache version. Apache 2.4.10 and newer expects the Bundle certificate inside the .crt file, there is no separate SSL bundle file and directive required anymore in recent apache versions.
     
  3. PVasileff

    PVasileff Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Startssl should not be used anymore as no major browser accepts them as valid certs, Apple removed it as well. If you are seeking for a free SSL cert, use Letsencrypt instead.
     
  5. PVasileff

    PVasileff Member

    Okay. Thanks for your answer, till.
     

Share This Page