chore: remove em-dashes

Replaced with appropriate punctuation (colons, commas, semicolons,
periods) per grammatical context.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
eskimo
2026-05-12 23:29:50 -04:00
parent 456f034efb
commit a7f781e151

View File

@@ -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 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 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`. certbot host just needs HTTPS reachability to `dns.yeil.app`.
Wildcard certs require DNS-01, so this plugin (or another DNS 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 propagation, and on cleanup deletes the record by id
(`DELETE /api/v1/zones/{id}/records/{recordId}`). (`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. hitting `/logout`) invalidates it cleanly.