2022-08-08 16:28:54 +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-04-27 23:17:26 +00:00
|
|
|
PrivateTmp=true
|
2022-08-08 16:28:54 +00:00
|
|
|
|
|
|
|
ExecStart=/usr/libexec/httpd-ssl-gencerts
|