Update le-cloudxns.sh

This commit is contained in:
tianyu 2017-02-10 16:49:55 +08:00 committed by GitHub
parent 51e83b1d75
commit ada9acfcd0
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ if [ ! -f "letsencrypt.sh" ];then
chmod +x letsencrypt.sh
fi
./letsencrypt.sh --register --accept-terms
if [ "$ECC" = "TRUE" ];then
./letsencrypt.sh -c -k ./cloudxns-hook.sh -t dns-01 -a secp384r1
else