From f6752e4b3fdc667dd4dbf94527393eb1d1750de1 Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Thu, 25 May 2023 12:25:16 +0200 Subject: [PATCH] README: Add info on renewal automation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe44e6e..2954af9 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ fritz-tls --key=./certbot/live/demo.example.com/privkey.pem --fullchain=./certbo * `--key` and `--fullchain` to provide the private key and the certificate chain. * `--bundle` as an alternative for `--key` and `--fullchain`. The bundle where the password-less private key and certificate are both present. +## Renew Automation + +You can use cron (on Linux) or launchd (on macOS) to run `fritz-tls` automatically. By default, it will check if the cert is still valid and only renew if the remaining validity is less then 30 days. Check out https://www.launchd.info to learn how launchd can be used or use https://launched.zerowidth.com to generate a plist file. + ## TODOs and Ideas These are some things I'd like to to in the future: