Updated DNS manual mode (markdown)

Marcel0024 2018-03-22 16:50:17 +01:00
parent 69737c6236
commit ef07660ef4
1 changed files with 3 additions and 3 deletions

@ -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.