13 lines
250 B
Text
13 lines
250 B
Text
|
|
# Gere par Set-OPS (role clients_pki).
|
||
|
|
[Unit]
|
||
|
|
Description=Timer for certificate renewal of %I
|
||
|
|
Documentation=https://smallstep.com/docs/step-ca/renewal
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
Persistent=true
|
||
|
|
OnCalendar=*:1/15
|
||
|
|
RandomizedDelaySec=5m
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|