You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If SSL certificate has expired in UICL portal, follow the guide below to update the certificate file

Step-by-step guide

  1. Putty / SSH to portal internal IP address
  2. Put the latest certificate in /etc/ssl/private (you may need to Winscp to /tmp first, then copy to that folder using sudo cp /tmp/<yourfiles> /etc/ssl/private)
  3. You need two files
    abc.key (private key file)
    abc.crt (certificate key file)
  4. Go to /etc/httpd/http.d folder
  5. Edit ssl.conf and uicl.minv.biz-le-ssl.conf, replace the SSL certificate filename to the new filename you copied
  6. Restart web server using sudo systemctl restart httpd




  • No labels