diff options
author | Omar Polo <op@omarpolo.com> | 2021-12-10 09:15:39 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-12-10 09:15:39 +0000 |
commit | 79c3a0215215314d03a9e9eb7af321b262e7f1fe (patch) | |
tree | 52664389badeffe501a2b3bc0b6485abe5cea943 /site/contrib.gmi | |
parent | 52c92ef6803ae5bcf1eca0447b07da2f8ca675fb (diff) |
specify that renew-certs needs gmid from the master branch
Diffstat (limited to 'site/contrib.gmi')
-rw-r--r-- | site/contrib.gmi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/contrib.gmi b/site/contrib.gmi index 1a03595..42185a3 100644 --- a/site/contrib.gmi +++ b/site/contrib.gmi @@ -75,6 +75,8 @@ Some things to keep in mind: => https://git.omarpolo.com/gmid/tree/contrib/renew-certs contrib/renew-certs +NB: this script requires features that are currently available only in the master branch. + contrib/renew-certs is a script meant to be run in a crontab that watch for certificate expiration. It can optionally renew the certs and restart gmid too. Read the documentation with: perldoc renew-certs |