docs(external-tls): generalize certbot contact email to <domain> placeholder

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-14 15:52:09 +03:00
parent 746c55fe94
commit 88357d9607

View File

@@ -30,7 +30,7 @@ Keys are **ECDSA** (`--key-type ecdsa`), matching the rest of the fleet.
```sh ```sh
sudo certbot certonly \ sudo certbot certonly \
-m ops@zap.pics --agree-tos --no-eff-email --noninteractive \ -m ops@<domain> --agree-tos --no-eff-email --noninteractive \
--cert-name <domain> \ --cert-name <domain> \
--key-type ecdsa \ --key-type ecdsa \
--dns-cloudflare \ --dns-cloudflare \