Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
litespeed_wiki:config:admin-ssl [2017/10/24 12:40]
Lisa Clarke [How To Configure SSL For LSWS Web Admin GUI]
litespeed_wiki:config:admin-ssl [2017/10/24 12:43]
Lisa Clarke [LSWS 5.2+]
Line 7: Line 7:
 ==== LSWS 5.2+ ==== ==== LSWS 5.2+ ====
 LSWS reads the following files for its WebAdmin SSL configuration:​ LSWS reads the following files for its WebAdmin SSL configuration:​
-  * Certificate File +  * Certificate File: ''​/​usr/​local/​lsws/​admin/​conf/​cert/​admin.crt''​ 
-    * /​usr/​local/​lsws/​admin/​conf/​cert/​admin.crt +  * Key File: ''​/​usr/​local/​lsws/​admin/​conf/​cert/​admin.key''​ 
-  * Key File +  * CABundle: ''​/​usr/​local/​lsws/​admin/​conf/​cert/​admin.cabundle''​ 
-    * /​usr/​local/​lsws/​admin/​conf/​cert/​admin.key +
-  * CABundle +
-    * /​usr/​local/​lsws/​admin/​conf/​cert/​admin.cabundle+
 This configuration can be changed at any time by replacing these files directly.\\ This configuration can be changed at any time by replacing these files directly.\\
-Make sure these files are owned by lsadm:​lsadm. This can be achieved by running the following command:+Make sure the files are owned by ''​lsadm:lsadm''​. This can be achieved by running the following command:
 <​code>​ <​code>​
 chown -R lsadm:lsadm /​usr/​local/​lsws/​admin/​conf/​cert/​* chown -R lsadm:lsadm /​usr/​local/​lsws/​admin/​conf/​cert/​*
 </​code>​ </​code>​
-Perform a graceful restart after making any changes ​to have them applied. The Web Admin GUI should now be using the supplied certificate. ​+Perform a graceful restart after making any changes. The changes will be applied, and Web Admin GUI will begin using the newly-supplied certificate. ​
  
 ==== All Versions ==== ==== All Versions ====
  • Admin
  • Last modified: 2017/10/24 12:49
  • by Lisa Clarke