From 6c3761ac61acff08405eb3cc823de42b98481c91 Mon Sep 17 00:00:00 2001 From: Will Browning <20662079+willbrowningme@users.noreply.github.com> Date: Mon, 10 May 2021 09:56:46 +0100 Subject: [PATCH] Updated docs after https://github.com/acmesh-official/acme.sh/pull/3505 --- dnsapi.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index 571159b..fb239f5 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1394,10 +1394,9 @@ acme.sh --issue --dns dns_ultra -d example.com -d www.example.com Sign up for dynDNS at https://desec.io first. -Set your API token (password) and domain (username) from your email sent by desec.io +Set your API token (password) by generating one from your account on desec.io (it's also a good idea to restrict the IPv4 / IPv6 address(es) it can be used from). ``` export DEDYN_TOKEN=d41d8cd98f00b204e9800998ecf8427e -export DEDYN_NAME=foobar.dedyn.io ``` To issue a certificate run: ```