zoneminder/distros/redhat
Andy Bauer 58e1a9ac4a rpm README changes 2016-06-01 07:30:41 -05:00
..
archive
CMakeLists.txt
README.CentOS rpm README changes 2016-06-01 07:30:41 -05:00
README.Centos7 rpm README changes 2016-06-01 07:30:41 -05:00
README.https
cambozola.sh
jscalendar.sh
local_zoneminder.te
redalert.wav
zoneminder.el6.conf.in
zoneminder.el6.logrotate.in
zoneminder.el6.spec rpm specfile changes 2016-04-08 19:22:27 -05:00
zoneminder.el7.conf.in
zoneminder.el7.logrotate.in
zoneminder.el7.spec rpm specfile changes 2016-04-08 19:22:27 -05:00
zoneminder.service.in
zoneminder.sysvinit.in
zoneminder.tmpfiles.in

README.https

HTTPS is now a requirement
==========================

This package now depends on Apache's mod_ssl pacakge. This will automatically
be installed along with ZoneMinder. Upon installation, the mod_ssl package
will create a default, self-signed certificate. This is the certificate that
ZoneMinder will use out of the box. 

Since the certificate is self-signed, you will get a warning from your browser
the first time you access the web portal. This is normal.

This is not intended to be an all encompasing solution for everyone. ZoneMinder
will work just fine over HTTPS the way it is currently configured. However,
here are a couple of considerations you may want to take.

1. Create your own certificate. The CentOS wiki has a guide that describes how
   to do this: https://wiki.centos.org/HowTos/Https . Additionally, Googling 
   "centos certificate" reveals many articles on the subject. Note that some
   third party applications, such as zmNinja, will require you to create a
   certificate different than the default certificate on your machine.

2. You can turn off HTTPS entirely by simply commenting out the SSLRequireSSL
   directives found in /etc/httpd/conf.d/zoneminder.conf. You should also
   comment out the HTTP -> HTTPS Rewrite rule.