From 85209ccf62ab1a2f64ce8899cae35c3c822b7a06 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Sat, 23 May 2020 19:04:17 +0800 Subject: [PATCH] change the dns servers of domain (dormain provider do not have dns api support) to anyone that support DNS api. --- DNS-manual-mode.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 03f206e1..34b8598a 100644 --- a/DNS-manual-mode.md +++ b/DNS-manual-mode.md @@ -3,8 +3,7 @@ Warning: DNS manual mode can not renew automatically. If your domain provider offers an DNS API, it's highly recommended to use DNS API mode instead. With the DNS API mode, you can automate the renewals. -If your domain provider does **not** offer an API where you can add/edit TXT records of your domain, it is recommended to use [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, it is recommended to use [DNS alias mode](https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode) instead. Or change the dns servers of your domain to anyone that support DNS api. DNS manual mode **should** be used for testing. If you do use it for your production server, remember to renew your certificate within 90 days. [Please, make sure you understand DNS manual mode](https://github.com/Neilpang/acme.sh/issues/1029).