summaryrefslogtreecommitdiffstats
path: root/httpd-init.service
Commit message (Collapse)AuthorAgeFilesLines
* Remove condition on localhost-ca.crt, tweak description.Joe Orton2017-09-221-2/+1
|
* use sscg defaults; append CA cert to generated certJoe Orton2017-09-211-0/+1
| | | | document httpd-init.service in httpd-init.service(8)
* Generate SSL keys on service startStephen Gallagher2017-09-201-0/+12
This defers the creation of self-signed SSL certificates to the first time that httpd starts up. This has several advantages: * Waiting until the first boot will help avoid some issues with limited entropy in the install process. * The certificates can be regenerated automatically whenever they are removed, which helps with tools such as virt-sysprep * The certificates are now generated by SSCG, which produces a limited-trust CA alongside it that can be safely imported by a client. For more information on SSCG, see: https://sgallagh.wordpress.com/2016/05/02/self-signed-ssltls-certificates-why-they-are-terrible-and-a-better-alternative/ Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>