LetsEncrypt 1.0.16

James2k

Verified User
Joined
Nov 28, 2012
Messages
38
Available on files1.directadmin.com.

Changes:

Code:
diff /usr/local/directadmin/scripts/letsencrypt.sh /usr/local/directadmin/scripts/letsencrypt1.0.15.sh
2c2
< #VERSION=1.0.16
---
> #VERSION=1.0.15
252d251
<       chown webapps:webapps ${WELLKNOWN_PATH}/letsencrypt_${TIMESTAMP}
488,489d486
<
<       chown webapps:webapps "${WELLKNOWN_PATH}/${CHALLENGE_TOKEN}"
 
There is a bug with the script. It is trying to renew suspend accounts, which fail. The script should be able to identify a suspended account and ignore the renewal.

Thanks,

Kevin
 
There is a bug with the script. It is trying to renew suspend accounts, which fail. The script should be able to identify a suspended account and ignore the renewal.

Thanks,

Kevin

That's not a bug. It is never added. I have signed him to DirectAdmin. It's a good idea! :) They can search on suspended=yes in /usr/local/directadmin/data/users/*/user.conf and then ignore him.
 
In my opinion, a suspended account should still be renewed, as it's possible they'll be unsuspended at a later date, and we don't want a broken SSL.
If you're getting an error during renewal, that's a different story, but I have seen one report and we quickly figured out it was caused by the client changing the DNS to some other server, so renewal failure is correct.
If you wish to disable renewal for any domain, go to:
User Level -> SSL Management -> and click "Disable Auto-Renew"

John
 
Back
Top