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