Skip to content

Commit

Permalink
Add CERTBOT_PLUGIN_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
fupduck committed Jun 19, 2024
1 parent 0889109 commit 09d79e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 09d79e2

Please sign in to comment.