Update the Webmin Tool to Manage the Solaris 10 OS Securely Over HTTPSCésar Augusto Sánchez Baquero, August 2007 The Webmin server is an open source tool that enables system administrators to manage systems that run the Solaris Operating System, UNIX, or Linux using a web browser. You can access the server using HTTP or HTTPS. Webmin is included in the Solaris 10 OS; however, the version included is an old version with a default certificate. If you update Webmin to the latest version, the HTTPS support doesn't work unless you use the following steps. 1. Set up the Webmin server that is included with the Solaris 10 OS by executing the following command as root: /usr/sfw/bin/webminsetup 2. You can press ENTER to answer the two first questions, but for the third question, answer Login name (default root): Web server port (default 10000): Use SSL? [y,n,?,q] y 3. Access the Webmin server using a web browser by typing the address 4. Log in using the root user name and root password. 5. Create your own certificate:
6. Before updating Webmin to the latest version, copy the Perl files that support HTTPS and SSL encryption to the Perl library directory: cd /usr/sfw/lib/webmin cp perlmod/* /usr/perl5/5.8.4/lib/ 7. Configure the proxy settings, if necessary. If you access the Internet through a proxy, set your proxy information in the Proxy Servers module of the Webmin Configuration menu. 8. Update Webmin to the latest version:
Now you can manage your systems running the Solaris 10 OS with the latest version of Webmin in a secure fashion using HTTPS. Unless otherwise licensed, code in all technical manuals herein (including articles, FAQs, samples) is provided under this License. |
| |||