Hi,
I have installed the Let's Encrypt on my DirectAdmin server. Previously it worked well, but now I get the following error message when i create an SSL certificate in DirectAdmin:
Getting challenge for domain.ext from acme-server...
User let's encrypt key has been found, but not registered. Registering...
Account registration error. Response: HTTP/1.1 100 Continue
Expires: Thu, 11 Aug 2016 13:48:23 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
HTTP/1.1 400 Bad Request
Server: nginx
Content-Type: application/problem+json
Content-Length: 265
Boulder-Request-Id: jCoCHLNI8GhZWqy0GJTIvUdC-4x_0By8lhKYPwC8Knk
Replay-Nonce: XtroLEuM7oRNaL-dDCTmOv967ShEFLhqR0prpmN6YOg
Expires: Thu, 11 Aug 2016 13:48:24 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Thu, 11 Aug 2016 13:48:24 GMT
Connection: close
{
"type": "urn:acme:error:malformed",
"detail": "Provided agreement URL [https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf] does not match current agreement URL [https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf]",
"status": 400
}.
How can i solve this? Thanks!