Update Certificate panel

  • I use debian 8 and imscp 1.2.9


    Hello I need to update the certificate of the panel, there is some way that only wizard that process to run without having to run this:

    Quote

    perl imscp-autoinstall -r

  • In the /etc/imscp/ directory you will find the certificate files:

    • imscp_services.pem is for Courier/Dovecot, Postfix, Proftpd
    • <BASE_SERVER_VHOST>.pem (panel.yourdomain.com.pem) is for the admin panel on Nginx

    Replace this two certificate files with your new ones and restart all the services.



    Code
    1. service nginx restart
    2. service courier/dovecot restart
    3. service postfix restart
    4. service proftpd restart
  • Copy the three files (private key, certificate and certificate ca) to the server e.g. to the /root directory.
    The private key (certificate.key) has to be unencrypted.