1. Product installation: wget http://download.configserver.com/cxsinstaller.tgz tar -xzf cxsinstaller.tgz Perl cxsinstaller.pl rm -fv cxsinstaller.* 2. You should now read the cxs documentation either through: I. The UI 2. # perldoc cxs 3. # cxs –help If you decide to use the cxs Watch daemon you can skip items 3 to 5. Instead, read the documentation under […]
See MoreTag: Web Server Hardening
How to harden a Microsoft IIS web server !!!
1. Enable SSL When possible, configure your web server and sites to utilize an SSL certificate. SSL will protect client-server communication. Instructions on how to configure SSL in IIS can be found at: http://www.iis.net/learn/manage/configuring-security/how-to-set-up-ssl-on-iis 2. Disable Weak SSL and TLS Ciphers Paste the following registry configuration into a text file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\DES […]
See More