27 lines
740 B
Plaintext
27 lines
740 B
Plaintext
|
[Unit]
|
||
|
Description=step-ca service
|
||
|
Documentation=https://smallstep.com/docs/step-ca
|
||
|
Documentation=https://smallstep.com/docs/step-ca/certificate-authority-server-production
|
||
|
After=network-online.target
|
||
|
Wants=network-online.target
|
||
|
StartLimitIntervalSec=30
|
||
|
StartLimitBurst=3
|
||
|
ConditionFileNotEmpty=/etc/step-ca/.step/config/ca.json
|
||
|
ConditionFileNotEmpty=/etc/step-ca/password.txt
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=step
|
||
|
Group=step
|
||
|
Environment=STEPPATH=/etc/step-ca/.step
|
||
|
WorkingDirectory=/etc/step-ca/.step
|
||
|
ExecStart=/usr/bin/step-ca config/ca.json --password-file ../password.txt
|
||
|
ExecReload=/bin/kill --signal HUP $MAINPID
|
||
|
Restart=on-failure
|
||
|
RestartSec=5
|
||
|
TimeoutStopSec=30
|
||
|
StartLimitInterval=30
|
||
|
StartLimitBurst=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|