mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-13 11:42:13 +08:00
Updated dns manual mode (markdown)
@@ -4,13 +4,25 @@ Please use dns api mode or [dns alias mode](https://github.com/Neilpang/acme.sh/
|
||||
|
||||
|
||||
|
||||
DNS manual mode:
|
||||
https://github.com/Neilpang/acme.sh/issues/1029
|
||||
|
||||
|
||||
1. First step:
|
||||
```sh
|
||||
|
||||
acme.sh --issue -d example.com -dns \
|
||||
--yes-I-know-dns-manual-mode-enough-go-ahead-please
|
||||
|
||||
```
|
||||
|
||||
2. Please add the txt record to your dns records.
|
||||
|
||||
|
||||
3. Now retry with `--renew` command.
|
||||
|
||||
```sh
|
||||
|
||||
acme.sh --renew -d example.com \
|
||||
--yes-I-know-dns-manual-mode-enough-go-ahead-please
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user