From c3c1609fa025b3628c9908fd8ee3f1fa67adcdba Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 6 Jul 2017 14:59:28 -0400 Subject: [PATCH] no more renew(al) hook(s) --- docs/using.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using.rst b/docs/using.rst index abdf5c619..ef87157aa 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -402,7 +402,7 @@ attempt. If you want your hook to run only after a successful renewal, use ``certbot renew --deploy-hook /path/to/deploy-hook-script`` For example, if you have a daemon that does not read its certificates as the -root user, a renew hook like this can copy them to the correct location and +root user, a deploy hook like this can copy them to the correct location and apply appropriate file permissions. /path/to/deploy-hook-script @@ -438,7 +438,7 @@ apply appropriate file permissions. esac done -More information about renewal hooks can be found by running +More information about hooks can be found by running ``certbot --help renew``. If you're sure that this command executes successfully without human