zoneminder/distros/fedora
Andy Bauer 7ff8d36598 Merge branch 'depracation_nation' of https://github.com/SteveGilvarry/ZoneMinder into SteveGilvarry-depracation_nation 2016-04-04 20:44:53 -05:00
..
archive Remove eyezm from distros and Cmake. 2016-02-26 22:41:27 +11:00
CMakeLists.txt rpm specfile changes for 1.30.0 2016-03-03 08:33:49 -06:00
README.Fedora Fix spelling in other README files as well 2016-03-18 23:27:43 +00:00
README.https symlink README.https into Fedora folder 2015-10-03 10:45:41 -05:00
jscalendar.sh Cmake support files for fedora distro 2013-10-19 08:49:47 -05:00
redalert.wav Fix redalert.wav symlinks 2015-08-10 08:13:37 -05:00
zonemidner.f22.spec rpm specfile changes for 1.30.0 2016-03-03 08:33:49 -06:00
zoneminder-1.28.0-defaults.patch fedora specfile changes 2014-10-05 10:27:50 -05:00
zoneminder.conf.in Configure Fedora packages for HTTPS 2015-10-03 12:35:22 -05:00
zoneminder.f22.spec rpm specfile changes for 1.30.0 2016-03-03 08:33:49 -06:00
zoneminder.f23.spec Merge branch 'depracation_nation' of https://github.com/SteveGilvarry/ZoneMinder into SteveGilvarry-depracation_nation 2016-04-04 20:44:53 -05:00
zoneminder.logrotate.in Use make macros inside Fedora config files rather than hardcode 2015-10-03 12:54:18 -05:00
zoneminder.service.in Use make macros inside Fedora config files rather than hardcode 2015-10-03 12:54:18 -05: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.