zoneminder/distros/fedora
Andrew Bauer a79d0fc502 update README.fedora 2015-10-03 11:04:58 -05:00
..
archive Allow user to override perl installation. Replace old perl cmake vars with new. 2015-04-10 12:09:01 -05:00
CMakeLists.txt rpm specfile - modify symlinks 2015-08-29 18:04:26 -05:00
README.Fedora update README.fedora 2015-10-03 11:04:58 -05: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
zoneminder-1.28.0-defaults.patch fedora specfile changes 2014-10-05 10:27:50 -05:00
zoneminder.conf configure apache to follow symlinks so it find nph-zms 2015-08-13 20:23:52 -05:00
zoneminder.f20.spec rpm packaging - require php-gd 2015-07-16 12:15:24 -05:00
zoneminder.f21.spec rpm packaging - require php-gd 2015-07-16 12:15:24 -05:00
zoneminder.logrotate Add fedora files to zoneminder source tree 2013-09-21 16:36:00 -05:00
zoneminder.service Update zoneminder.service 2013-11-06 06:30:43 -06:00
zoneminder.tmpfiles Rename zoneminder.tmpfiles.d to zoneminder.tmpfiles 2013-10-05 17:05:33 -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.