Skip to content
neil edited this page Mar 23, 2018 · 25 revisions

DNS manual mode can not renew automatically. It is recommended to use dns api mode or 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: 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. This step is required every time you renew your certificate.

  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