2017-09-30 00:49:49 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Update PKI/TLS certificate store
|
|
|
|
Documentation=man:make-ca(8)
|
|
|
|
DefaultDependencies=no
|
2018-09-02 03:11:54 -05:00
|
|
|
After=local-fs.target network-online.target
|
2017-09-30 00:49:49 -05:00
|
|
|
Before=shutdown.target
|
2018-09-02 03:08:21 -05:00
|
|
|
Wants=network-online.target
|
2017-09-30 00:49:49 -05:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/sbin/make-ca -g
|
|
|
|
|