Skip to content

Commit

Permalink
README: link to client implementation (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Mar 15, 2018
1 parent cd3a587 commit 01f010e
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,9 @@ So basically it boils down to **accessibility** and **security**
- Simple deployment (it's Go after all)

## Usage

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

[![asciicast](https://asciinema.org/a/94903.png)](https://asciinema.org/a/94903)

Using acme-dns is a three-step process (provided you already have the self-hosted server set up):
Expand Down Expand Up @@ -217,6 +220,10 @@ use_header = false
header_name = "X-Forwarded-For"
```

## Client

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

## 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.
- v0.3.2 Dockerfile was fixed for users using autocert feature
Expand Down

0 comments on commit 01f010e

Please sign in to comment.