zoneminder/distros/redhat
Andy Bauer b74abe88c9 minor centos 7 specfile change 2015-10-03 17:07:22 -05:00
..
archive Merge branch '478-onvif-support' of https://github.com/altaroca/ZoneMinder into altaroca-478-onvif-support 2015-02-18 18:53:47 -06:00
CMakeLists.txt link to cambozola pacakge, rather than download during build 2015-09-14 13:51:48 -05:00
README.CentOS rpm packaging changes for centos 6 2015-09-08 18:16:19 -05:00
README.Centos7 Update README.Centos7 2015-09-07 16:54:13 -05:00
README.https redhat rpm packaging modifications 2015-09-07 15:50:42 -05:00
cambozola.sh cmake support files for redhat/centos distros 2013-10-19 13:50:59 -05:00
jscalendar.sh Cmake support files for fedora distro 2013-10-19 08:49:47 -05:00
local_zoneminder.te updated local_zoneminder type extension file to support ZM running on CentOS/RHEL 6.x in SElinux ENFORCING mode 2014-11-24 17:36:47 -05:00
redalert.wav reorganize files to allow el6 and el7 files to exist simultaneously 2015-02-08 17:56:44 -06:00
zoneminder.el6.conf.in Update zoneminder.el6.conf.in 2015-09-12 17:49:03 -05:00
zoneminder.el6.logrotate.in Rename zoneminder.el6.logrotate to zoneminder.el6.logrotate.in 2015-02-15 15:48:14 +00:00
zoneminder.el6.spec link to cambozola pacakge, rather than download during build 2015-09-14 13:51:48 -05:00
zoneminder.el7.conf.in redhat rpm packaging modifications 2015-09-07 15:50:42 -05:00
zoneminder.el7.logrotate.in Rename zoneminder.el7.logrotate to zoneminder.el7.logrotate.in 2015-02-15 15:47:42 +00:00
zoneminder.el7.spec minor centos 7 specfile change 2015-10-03 17:07:22 -05:00
zoneminder.service.in reorganize files to allow el6 and el7 files to exist simultaneously 2015-02-08 17:56:44 -06:00
zoneminder.sysvinit.in fix cmake error, rename init script to zoneminder, modify el6 target distro 2015-02-15 15:59:58 -06:00
zoneminder.tmpfiles.in Use make macros inside Fedora config files rather than hardcode 2015-10-03 12:54:18 -05:00

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.