6f6bcb652e76b80ee30e158c360475fdcd1b75d6
services/Automatic-CA.md
... | ... | @@ -188,12 +188,14 @@ Enter Export Password: **** |
188 | 188 | Verifying - Enter Export Password: **** |
189 | 189 | ``` |
190 | 190 | |
191 | -The generated certificate will be valid for 3 months, to renew it simply run ```./ca.dn42 tls-sign ca.dn42 XUU-MNT``` again. This could be also automated in cron or with a systemd timer: |
|
191 | +The generated certificate will be valid for 3 months, to renew it simply run ```./ca.dn42 tls-sign ca.dn42 XUU-MNT``` again. This could be also automated in cron: |
|
192 | 192 | |
193 | 193 | ``` |
194 | 194 | 0 0 1 * * /etc/ssl/dn42/ca.dn42 tls-sign wiki.dn42 MIC92-MNT |
195 | 195 | ``` |
196 | 196 | |
197 | +or with a systemd timer: |
|
198 | + |
|
197 | 199 | ``` |
198 | 200 | # update-dn42-ca.timer |
199 | 201 | [Timer] |