From f7d630bc57e92c84c2a8eaa5a0c08461012f66c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=B6ffken?= Date: Wed, 19 Jun 2024 14:58:27 +0200 Subject: [PATCH] Move to usage --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f4f75fd..d53c88a 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,6 @@ Install this package via pip in the same python environment where you installed pip install certbot-dns-hetzner ``` -If `certbot plugins` does not show the newly installed plugin you might need to set `CERTBOT_PLUGIN_PATH`. -E.g. -``` -CERTBOT_PLUGIN_PATH=/usr/local/lib/python3.9/site-packages/ certbot renew -``` -[Some background infos](https://community.letsencrypt.org/t/how-do-i-make-certbot-find-use-an-installed-plugin/198647/5) - ## Usage To start using DNS authentication for the Hetzner DNS API, pass the following arguments on certbot's command line: @@ -39,6 +32,12 @@ To start using DNS authentication for the Hetzner DNS API, pass the following ar | `--dns-hetzner-credentials` | Hetzner DNS API credentials INI file. (Required) | | `--dns-hetzner-propagation-seconds` | Seconds to wait for the TXT record to propagate | +If `certbot plugins` does not show the installed plugin, you might need to set `CERTBOT_PLUGIN_PATH`. +``` +CERTBOT_PLUGIN_PATH=/usr/local/lib/python3.9/site-packages/ certbot renew +``` +[Some background infos](https://community.letsencrypt.org/t/how-do-i-make-certbot-find-use-an-installed-plugin/198647/5) + ## Credentials