diff --git a/README.md b/README.md index d64f8e5..037b005 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ yeil DNS Authenticator plugin for [Certbot](https://certbot.eff.org/). Authenticates against `dns.yeil.app`'s public API with an email and an app password, then adds/removes TXT records to satisfy ACME DNS-01 -challenges. Works for any yeil user with an owned DNS zone — the +challenges. Works for any yeil user with an owned DNS zone; the certbot host just needs HTTPS reachability to `dns.yeil.app`. Wildcard certs require DNS-01, so this plugin (or another DNS @@ -63,5 +63,5 @@ which zone the account owns that covers the FQDN propagation, and on cleanup deletes the record by id (`DELETE /api/v1/zones/{id}/records/{recordId}`). -The token is a real yeil session — revoking the app password (or +The token is a real yeil session; revoking the app password (or hitting `/logout`) invalidates it cleanly.