From 03cbe9dd86291ae006ab212984130ebb727a7c6d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 11 Oct 2017 08:16:48 -0700 Subject: [PATCH] Document --no-directory-hooks (#5171) --- docs/using.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index f2ba93a7e..4fd0b5ec8 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -503,7 +503,8 @@ run as usual after running all hooks in these directories. One minor exception to this is if a hook specified elsewhere is simply the path to an executable file in the hook directory of the same type (e.g. your pre-hook is the path to an executable in ``/etc/letsencrypt/renewal-hooks/pre``), the file is not run a -second time. +second time. You can stop Certbot from automatically running executables found +in these directories by including ``--no-directory-hooks`` on the command line. More information about hooks can be found by running ``certbot --help renew``.