Skip to content

Commit

Permalink
Move to troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
fupduck committed Jun 19, 2024
1 parent 9b67b62 commit a941b4f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ 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
```
[See letsencrypt community thread](https://community.letsencrypt.org/t/how-do-i-make-certbot-find-use-an-installed-plugin/198647/5)

## Credentials


Expand Down Expand Up @@ -66,6 +59,14 @@ To acquire a certificate for ``*.example.com``
-d '*.example.com'
```
## Troubleshooting

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
```
[See letsencrypt community thread](https://community.letsencrypt.org/t/how-do-i-make-certbot-find-use-an-installed-plugin/198647/5)

## Thanks to

Of course certbot, which examples and documentation I used to implement this plugin. And to https://github.com/m42e/certbot-dns-ispconfig which served as an excellent example and README template as well.
Expand Down

0 comments on commit a941b4f

Please sign in to comment.