LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Install/Configuration > Secure admin panel

Reply
 
Thread Tools Display Modes
  #1  
Old 01-21-2009, 04:11 PM
imagize imagize is offline
New Member
 
Join Date: Sep 2008
Posts: 8
Default Secure admin panel

Is it possible to secure the litespeed admin panel using the same ssl certificate that whm uses? or do we need to generate a custom one ourselves?
Reply With Quote
  #2  
Old 01-21-2009, 04:55 PM
anewday anewday is offline
Senior Member
 
Join Date: Nov 2007
Location: New York
Posts: 723
You need to generate a new one.

http://www.litespeedtech.com/support...wiki:admin:ssl

more at http://www.litespeedtech.com/support..._configuration
Reply With Quote
  #3  
Old 01-21-2009, 05:37 PM
imagize imagize is offline
New Member
 
Join Date: Sep 2008
Posts: 8
To change the link from the whm plugin to your new secure admin panel...

I changed this line in main_menu.php (/usr/local/cpanel/whostmgr/docroot/cgi/lsws/main_menu.php)

Code:
$buf .= '<a href="http://' . $_SERVER['SERVER_ADDR'] . ':' . $admin_port . '/">Admin Web Console</a>';
to

Code:
$buf .= '<a href="https://' . $_SERVER['HTTP_HOST'] . ':' . $admin_port . '/">Admin Web Console</a>';
This makes the admin url to your servers hostname with ssl.

Last edited by imagize; 01-21-2009 at 06:20 PM..
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:36 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.