Update le-cloudxns.sh
This commit is contained in:
parent
51e83b1d75
commit
ada9acfcd0
|
@ -28,6 +28,8 @@ if [ ! -f "letsencrypt.sh" ];then
|
||||||
chmod +x letsencrypt.sh
|
chmod +x letsencrypt.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
./letsencrypt.sh --register --accept-terms
|
||||||
|
|
||||||
if [ "$ECC" = "TRUE" ];then
|
if [ "$ECC" = "TRUE" ];then
|
||||||
./letsencrypt.sh -c -k ./cloudxns-hook.sh -t dns-01 -a secp384r1
|
./letsencrypt.sh -c -k ./cloudxns-hook.sh -t dns-01 -a secp384r1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue