== SSL Configuration ==
Comming soon...<!--To enable SSL support, some manual configuration must be done. 
* As '''root''' user, install one dependency:
 yum -y install mod_ssl
<!--* Add the following line to the end of '''''/etc/httpd/conf/httpd.conf''''' if it does not already exist: NameVirtualHost *:443-->
* Change the line in '''''/etc/httpd/conf.d/####-znc.conf''''' to read:
  RedirectPermanent / https://znc:26244
* Restart the web server:
 service httpd restart
* Stop the ZNC server:
 service znc stop
* As your HDA first-admin user, do the following (enter your fqdn when prompted, i.e. hda.home.com):
 znc -p
* Modify the line in '''''/home/username/.znc/config/znc.conf''''' to read:
 Listener4 = +26244
* Restart the web server and ZNC:
 service httpd restart
 service znc restart
* Access the web console via <nowiki>https://znc:26244</nowiki>
* All connections with IRC clients will be SSL.-->