Browse Source

change default renew days o 60.
fix https://github.com/Neilpang/acme.sh/issues/314
https://github.com/Neilpang/acme.sh/issues/281

neil 9 years ago
parent
commit
656bd330f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -27,7 +27,7 @@ VTYPE_TLS2="tls-sni-02"
 
 
 LOCAL_ANY_ADDRESS="0.0.0.0"
 LOCAL_ANY_ADDRESS="0.0.0.0"
 
 
-MAX_RENEW=80
+MAX_RENEW=60
 
 
 DEFAULT_DNS_SLEEP=120
 DEFAULT_DNS_SLEEP=120