From bf2e0490a59f1603773031e716d8d75d10dc73dc Mon Sep 17 00:00:00 2001 From: jberlet Date: Thu, 3 Feb 2022 13:30:34 -0800 Subject: [PATCH] Add '--debug' to the acme.sh call to get additional information related to the TXT verification/SSL renewal process. --- Use-DNS-Exit-DNS-API.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Use-DNS-Exit-DNS-API.md diff --git a/Use-DNS-Exit-DNS-API.md b/Use-DNS-Exit-DNS-API.md new file mode 100644 index 0000000..32c8667 --- /dev/null +++ b/Use-DNS-Exit-DNS-API.md @@ -0,0 +1,12 @@ +First you need to login to your DNS Exit account to get your API Key (My Account --> My Profile -->API Key) + +https://dnsexit.com/Direct.sv?cmd=userApiKey + +export JAPI_apikey="ASKMAKM0234m23234xcdfaa" +export JAPI_domain="_acme-challenge." + +Ok, let's issue a cert now: + +acme.sh --issue -d example.com --dns dns_japi + +The JAPI_apikey and JAPI_domain will be saved in ~/.acme.sh/account.conf and will be reused when needed. \ No newline at end of file