2019-09-24 13:41:49 +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-02-21 08:50:14 +00:00
|
|
|
PrivateTmp=true
|
2019-09-24 13:41:49 +00:00
|
|
|
|
|
|
|
ExecStart=/usr/libexec/httpd-ssl-gencerts
|