Skip to content

Commit

Permalink
Merge pull request joohoi#65 from joohoi/clients
Browse files Browse the repository at this point in the history
README: Add link to a client hook written in Go
  • Loading branch information
joohoi committed Mar 20, 2018
2 parents 3188138 + 5d7443b commit 5be1b99
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,17 @@ use_header = false
header_name = "X-Forwarded-For"
```

## Client
## Clients

A Certbot authentication hook for acme-dns is available at: [https://github.com/joohoi/acme-dns-certbot](https://github.com/joohoi/acme-dns-certbot).
### Authentication hooks

- Certbot authentication hook in Python: [https://github.com/joohoi/acme-dns-certbot](https://github.com/joohoi/acme-dns-certbot)
- Certbot authentication hook in Go: [https://github.com/koesie10/acme-dns-certbot-hook](https://github.com/koesie10/acme-dns-certbot-hook)

### Libraries

- Generic client library in Python ([PyPI](https://pypi.python.org/pypi/pyacmedns/)): [https://github.com/joohoi/pyacmedns](https://github.com/joohoi/pyacmedns)

Client library for Python is available at PyPI: [https://pypi.python.org/pypi/pyacmedns/](https://pypi.python.org/pypi/pyacmedns/)

## Changelog
- v0.4 Clear error messages for bad TXT record content, proper handling of static CNAME records, fixed IP address parsing from the request, added option to disable registration endpoint in the configuration.
Expand Down

0 comments on commit 5be1b99

Please sign in to comment.