Browse Source

feat(docs): add cleanup hook to certbot hook docs

https://github.com/desec-utils/certbot-hook/commit/d60e24843d
Peter Thomassen 5 years ago
parent
commit
8c12a8ed68
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/dyndns/lets-encrypt.rst

+ 2 - 2
docs/dyndns/lets-encrypt.rst

@@ -40,8 +40,8 @@ steps.
    for users not familiar with shell commands, please note that you need to
    for users not familiar with shell commands, please note that you need to
    remove the ``\`` if you reformat the command to fit on one line.) ::
    remove the ``\`` if you reformat the command to fit on one line.) ::
 
 
-     certbot --manual --preferred-challenges dns --manual-auth-hook ./hook.sh \
-             -d "YOURDOMAINNAME.dedyn.io" certonly
+     certbot --manual --manual-auth-hook ./hook.sh --manual-cleanup-hook ./hook.sh \
+         --preferred-challenges dns -d "YOURDOMAINNAME.dedyn.io" certonly
 
 
    Depending on how you installed certbot, you may need to replace ``certbot``
    Depending on how you installed certbot, you may need to replace ``certbot``
    with ``./certbot-auto`` (assuming that the ``certbot-auto`` executable is
    with ``./certbot-auto`` (assuming that the ``certbot-auto`` executable is