From 7b08bbf0493c724a00a5a69dca478452522be7db Mon Sep 17 00:00:00 2001 From: jakelamotta Date: Mon, 23 Nov 2020 17:10:24 +0100 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index faca64e..34ef504 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2536,6 +2536,23 @@ To issue a wildcard cert: ./acme.sh --issue --dns dns_huaweicloud -d example.com -d *.example.com ``` +## 124. Use Simply API (Under Development) +Export your credentials, you will find your API key by logging in to your Simply.com account: + +``` +export SIMPLY_AccountName= +export SIMPLY_ApiKey= +``` + +To issue a cert: +``` +./acme.sh --issue --dns dns_simply -d example.com -d www.example.com +``` +To issue a wildcard cert: +``` +./acme.sh --issue --dns dns_simply -d example.com -d *.example.com +``` + # Use custom API If your API is not supported yet, you can write your own DNS API.