From cf1e25f1c811195d02dfe41f6ae625c7f7cea087 Mon Sep 17 00:00:00 2001 From: James Qian Date: Thu, 21 Mar 2019 11:06:46 +0800 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 4058593..4b816b2 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1350,6 +1350,20 @@ acme.sh --issue --dns dns_ultra -d example.com -d www.example.com `ULTRA_USR` and `ULTRA_PWD` will be saved in `~/.acme.sh/account.conf` and will be resued when needed. +## 71. Use deSEC.io + +Sign up for dynDNS at https://desec.io first. + +Set your API token (password) and domain (username) from your email sent by desec.io +``` +export DEDYN_TOKEN=d41d8cd98f00b204e9800998ecf8427e +export DEDYN_NAME=foobar.dedyn.io +``` +To issue a certificate run: +``` +acme.sh --issue --dns dns_desec -d foobar.dedyn.io -d *.foobar.dedyn.io +``` + --------------------------------- # Use custom API