support cloudxns.com api

This commit is contained in:
neil
2016-02-07 18:26:12 +08:00
parent ce56c1bbfc
commit 0809486529
4 changed files with 253 additions and 60 deletions

9
le.sh
View File

@@ -1,5 +1,5 @@
#!/bin/bash
VER=1.1.4
VER=1.1.5
PROJECT="https://github.com/Neilpang/le"
DEFAULT_CA="https://acme-v01.api.letsencrypt.org"
@@ -1066,6 +1066,7 @@ _initconf() {
#STAGE=1 # Use the staging api
#FORCE=1 # Force to issue cert
#DEBUG=1 # Debug mode
#dns api
#######################
@@ -1082,6 +1083,12 @@ _initconf() {
#api key
#DP_Key="sADDsdasdgdsf"
#######################
#Cloudxns.com:
#CX_Key="1234"
#
#CX_Secret="sADDsdasdgdsf"
" > $ACCOUNT_CONF_PATH
fi
}