Skip to content

Commit

Permalink
README: Add info on renewal automation
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed May 25, 2023
1 parent eb6b289 commit f6752e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6752e4

Please sign in to comment.