2020-10-15 10:30:30 +00:00
|
|
|
[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
|
2023-01-24 09:24:39 +00:00
|
|
|
PrivateTmp=true
|
2020-10-15 10:30:30 +00:00
|
|
|
|
|
|
|
ExecStart=/usr/libexec/httpd-ssl-gencerts
|