Webuzo fails with Account creation on ACMEv1 is disabled

Posted on November 17th, 2019

The error Account creation on ACMEv1 is disabled will be fixed in the next release of webuzo. Until then the acme.sh script can be manually updated via github. To fix run

 

<pre>

wget -O /usr/local/webuzo/includes/cli/acme.sh https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh && chmod +x /usr/loca
l/webuzo/includes/cli/acme.sh

</pre>

 

To confirm the fix run letsencrypt manually on a domain

 

/usr/local/emps/bin/php /usr/local/webuzo/cli.php –lets_encrypt –action=install –domain=DOMAIN.com

Leave a Reply