Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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 folder/conf.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

...