Skip to content
Marcel0024 edited this page Mar 22, 2018 · 25 revisions

DNS manual mode can not renew automatically. It's just for testing purpose.

Please use dns api mode or dns alias mode instead.

DNS manual mode: https://github.com/Neilpang/acme.sh/issues/1029

  1. First step:
acme.sh --issue -d example.com --dns \ --yes-I-know-dns-manual-mode-enough-go-ahead-please
  1. Please add the txt record to your dns records.

  2. Now retry with --renew command.

acme.sh --renew -d example.com \ --yes-I-know-dns-manual-mode-enough-go-ahead-please

Clone this wiki locally