Skip to content

Commit

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


Expand Down

0 comments on commit f7d630b

Please sign in to comment.