summaryrefslogtreecommitdiffstats
path: root/httpd-init.service
blob: 30747784aaffa72d90994e6f6420a872525a67e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=One-time temporary TLS key generation for httpd.service
Documentation=man:httpd-init.service(8)

ConditionPathExists=|!/etc/pki/tls/certs/localhost.crt
ConditionPathExists=|!/etc/pki/tls/private/localhost.key

[Service]
Type=oneshot
RemainAfterExit=no

ExecStart=/usr/libexec/httpd-ssl-gencerts