From 09d79e2e7f24a6a65b438e2e4356d12bd58adaf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=B6ffken?= Date: Wed, 19 Jun 2024 14:56:29 +0200 Subject: [PATCH] Add CERTBOT_PLUGIN_PATH --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f1ea449..f4f75fd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ 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: