Find answers to your questions

Documentation

How to Enable SSL for Webadmin

  • 0

As of LiteSpeed Web Server v5.2, self-signed SSL certificates are automatically created for the Web Admin GUI.

However, if you have an older version of LSWS, a different self-signed certificate is wanted, or a non-self-signed certificate is needed then you can follow this tutorial: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:admin-ssl?s[]=ssl&s[]=webadmin


If you still have questions about your SSL certificates, make sure to visit our SSL Certificates page or contact us by opening a support ticket or by using our live chat feature.

Related Articles

CloudLinux PHP Selector CloudLinux requires the following to be installed: PHP Selector LVE Manager CageFS Now on the LiteSpeed admin control panel use the following: CloudLinux (Admin Console ⇒ Configuration ⇒ Server ⇒ General): CageFS LSPHP5 external app runs in NON suEXEC daemon mode ONLY (Run On... How to Compile LsPHP on InterWorx To compile LsPHP to match the PHP on the server you need to use one of the following commands listed below, this is because we don't have an InterWorx Plugin like some control panels yet. CentOS 5: rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el5.noarch.rpm CentOS 6: rpm... How to Fix Broken Images in LiteSpeed First, go to your web console then go to Configuration > Server > Security File Access: Follow Symbolic Link: Yes Check Symbolic Link: No Force Strict Ownership: No Required Permission Mask: 000 Restricted Permission Mask: 000 Script Restricted Permission Mask: 000 Script Restricted Directory... An LC.8 Error Appeared If you see an LC.8 error appear while using LiteSpeed, then the IP you have been assigned has been placed on the blacklist due to having a nulled version of LiteSpeed installed. Nulled software is illegal and unsafe and will show up on most search engines. When an IP is found to have a nulled version of... How to Change the License Key LiteSpeed makes it very easy to change your license key. Simply type the following into the command terminal: cd /usr/local/lsws/conf mv serial.no serial.no.old mv license.key license.key.old echo "" > serial.no cd ../bin ./lshttpd -r ./lswsctrl restart If you still have questions about...