1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2025-01-03 20:06:22 +01:00

Updated Automatic CA (markdown)

This commit is contained in:
Mic92 2016-02-15 08:19:45 +00:00
parent 29be6d2479
commit 6f6bcb652e

View File

@ -188,12 +188,14 @@ Enter Export Password: ****
Verifying - Enter Export Password: ****
```
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:
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:
```
0 0 1 * * /etc/ssl/dn42/ca.dn42 tls-sign wiki.dn42 MIC92-MNT
```
or with a systemd timer:
```
# update-dn42-ca.timer
[Timer]