From a36a2c386a365c6ff37c10a5ba7f9378228163e9 Mon Sep 17 00:00:00 2001 From: srvrco Date: Tue, 31 May 2016 12:59:07 +0100 Subject: [PATCH] Updating documentation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1bd911..164f7a2 100644 --- a/README.md +++ b/README.md @@ -186,4 +186,11 @@ I use the following cron ``` 23 5 * * * /root/scripts/getssl -u -a -q ``` -The cron will update getssl if there is a more recent version available (the -u flag). The -a flag automatically renews any certificates that are due for renewal. I use the -q flag so that it only outputs and emails me if any certificates were updated, or there was an error / issue. \ No newline at end of file +The cron will update getssl if there is a more recent version available (the -u flag). The -a flag automatically renews any certificates that are due for renewal. I use the -q flag so that it only outputs and emails me if any certificates were updated, or there was an error / issue. + +## Issues / problems / help +If you have any issues, please log them at https://github.com/srvrco/getssl/issues + +There are additional help pages on the wiki - https://github.com/srvrco/getssl/wiki + +If you have any suggestions for improvements then pull requests are welcomed, or raise an issue.