From ef07660ef49a597b04c3610a706dbb0964946a87 Mon Sep 17 00:00:00 2001 From: Marcel0024 Date: Thu, 22 Mar 2018 16:50:17 +0100 Subject: [PATCH] Updated DNS manual mode (markdown) --- DNS-manual-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 5d83e34..52cdbfc 100644 --- a/DNS-manual-mode.md +++ b/DNS-manual-mode.md @@ -1,7 +1,7 @@ -DNS manual mode can not renew automatically. It's just for testing purpose. +DNS manual mode can not renew automatically. It is recommended to use dns api mode or [dns alias mode](https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode) instead. -Please use dns api mode or [dns alias mode](https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode) instead. +If your domain provider does **not** offer an API where you can add/edit TXT records of your domain, you can you use the DNS manual mode. But be advised you will have to renew it YOURSELF manually. DNS manual mode: @@ -15,7 +15,7 @@ acme.sh --issue -d example.com --dns \ --yes-I-know-dns-manual-mode-enough-go-ah ``` -2. Please add the txt record to your dns records. +2. Please add the TXT record to your DNS records. This step is required every time you renew your certificate. 3. Now retry with `--renew` command.