Letsencrypt agreement url issue

ViAdCk

Verified User
Joined
Feb 14, 2005
Messages
300
Hello,

On one of our servers when activating letsencrypt we are seeing the following error:

"detail": "Provided agreement URL [https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf] does not match current agreement URL [https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf]",

We have updated the /usr/local/directadmin/scripts/letsencrypt.sh with the new agreement URL and it works correctly.

I suppose this has to be updated in the letsencrypt script available from directadmin/custombuild?

Regards
 
Hello,

Yes, custombuild should be used to update letsencrypt.sh script from Directadmin.
 
OK, I see what you mean. The current version of letsencrypt.sh should be updated:


the line LICENSE= in /usr/local/directadmin/scripts/letsencrypt.sh should be changed to:

Code:
LICENSE="https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"
 
Completely correct ;) I have created a ticket and wait for DirectAdmin's response. They will change it quickly.
 
Last edited:
Back
Top