Let's Encrypt install error

rbarber

New member
Joined
Sep 10, 2014
Messages
4
getting error when running Let's Encrypt script. (install cert on server host name) Using the free "Let's Encrypt" tool to secure 2222

eg:
cd /usr/local/directadmin/scripts
./letsencrypt.sh request your.hostname.com 4096

Code:
}.
[root@anacapa scripts]# ./letsencrypt.sh request anacapa.lonoak.net 4096
Setting up certificate for a hostname: anacapa.lonoak.net
Getting challenge for anacapa.lonoak.net 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: Sat, 27 Aug 2016 20:00:33 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: ouxeu4PA_JzPJ9jejzEWHY48f6rmHDl9x5UVkrHrrp4
Replay-Nonce: lu9QXWKRpY-P9pfy0neMviLsHeBuf3ej9bA6eGo9sSk
Expires: Sat, 27 Aug 2016 20:00:33 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 27 Aug 2016 20:00:33 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
}.

any ideas?
 
Back
Top