diff options
author | Omar Polo <op@omarpolo.com> | 2021-10-11 15:32:47 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-10-11 15:32:47 +0000 |
commit | c0f81ed39edc7b35d1b529cebcdb4bc709b38000 (patch) | |
tree | 0d40abb3b3e449643dee2eff8ce635367fcb828a /site | |
parent | 536026c565c7108d1672f2a37c4eb813b756f952 (diff) |
mention renew-certs in contrib.{gmi,html}
Diffstat (limited to 'site')
-rw-r--r-- | site/contrib.gmi | 8 | ||||
-rw-r--r-- | site/contrib.html | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/site/contrib.gmi b/site/contrib.gmi index 3c7cdc6..3b3b6f8 100644 --- a/site/contrib.gmi +++ b/site/contrib.gmi @@ -70,6 +70,14 @@ Some things to keep in mind: # journalctl -t gmid ``` +## renew certificates automatically + +=> https://git.omarpolo.com/gmid/tree/contrib/renew-certs contrib/renew-certs + +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 + ## Vim syntax files => https://git.omarpolo.com/gmid/tree/contrib/vim contrib/vim diff --git a/site/contrib.html b/site/contrib.html index 712d8f9..4c5ef79 100644 --- a/site/contrib.html +++ b/site/contrib.html @@ -139,6 +139,7 @@ <li><a href="#gencert">gencert</a></li> <li><a href="#openbsd-rc">OpenBSD rc file</a></li> <li><a href="#systemd-unit-file">Systemd unit file</a></li> + <li><a href="#renew-certs">renew certificates automatically</a></li> <li><a href="#vim-syntax-files">Vim syntax files</a></li> </ul> <hr /> @@ -200,6 +201,14 @@ <pre># journalctl -t gmid</pre> </li> </ul> + <h2 id="renew-certs">renew certificates automatically</h2> + <p> + <a href="https://git.omarpolo.com/gmid/tree/contrib/renew-certs">contrib/renew-certs</a> + 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. + </p> + <p>Read the documentation with: <code>perldoc renew-certs</code></p> <h2 id="vim-syntax-files">Vim syntax files</h2> <p> <a href="https://git.omarpolo.com/gmid/tree/contrib/vim">contrib/vim</a> |