diff --git a/dns-manual-mode.md b/dns-manual-mode.md index dda56de..cfca462 100644 --- a/dns-manual-mode.md +++ b/dns-manual-mode.md @@ -1,7 +1,9 @@ TODO: ```sh -acme.sh --issue -d example.com -dns --yes-I-know-dns-manual-mode-enough-go-ahead-please +acme.sh --issue -d example.com -dns \ + --yes-I-know-dns-manual-mode-enough-go-ahead-please -acme.sh --renew -d example.com --yes-I-know-dns-manual-mode-enough-go-ahead-please +acme.sh --renew -d example.com \ + --yes-I-know-dns-manual-mode-enough-go-ahead-please ``` \ No newline at end of file