I am having a ton of problems trying to install letsencrypt. I’ve tried both the guide and the box script but both just keep coming up with just about the same problem
Stalag13:~# box install letsencrypt
Installing letsencrypt
Cloning into ‘acme.sh-master’…
remote: Counting objects: 4490, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 4490 (delta 4), reused 11 (delta 2), pack-reused 4475
Receiving objects: 100% (4490/4490), 1.55 MiB | 0 bytes/s, done.
Resolving deltas: 100% (2336/2336), done.
Checking connectivity… done.
Please enter an administrator email: [email protected]
Please enter a valid domain: evub
[Thu Jun 29 20:29:20 CEST 2017] Installing to /root/.acme.sh
[Thu Jun 29 20:29:20 CEST 2017] Installed to /root/.acme.sh/acme.sh
[Thu Jun 29 20:29:20 CEST 2017] Installing alias to ‘/root/.bashrc’
[Thu Jun 29 20:29:20 CEST 2017] OK, Close and reopen your terminal to start using acme.sh
[Thu Jun 29 20:29:20 CEST 2017] Installing cron job
38 0 * * * “/root/.acme.sh”/acme.sh --cron --home “/root/.acme.sh” > /dev/null
30 2 * * 1 ~/acme.sh/acme.sh --cron --home ~/acme.sh > /dev/null
30 2 * * 1 ~/acme.sh/acme.sh --cron --home ~/acme.sh > /dev/null
30 2 * * 1 ~/acme.sh/acme.sh --cron --home ~/acme.sh > /dev/null
[Thu Jun 29 20:29:20 CEST 2017] Good, bash is found, so change the shebang to use bash as preferred.
[Thu Jun 29 20:29:20 CEST 2017] OK
[Thu Jun 29 20:29:20 CEST 2017] Standalone mode.
[Thu Jun 29 20:29:20 CEST 2017] Registering account
[Thu Jun 29 20:29:22 CEST 2017] Already registered
[Thu Jun 29 20:29:23 CEST 2017] Update success.
touch: cannot touch ‘/root/.acme.sh/ca/acme-v01.api.letsencrypt.org/ca.conf’: No such file or directory
grep: /root/.acme.sh/ca/acme-v01.api.letsencrypt.org/ca.conf: No such file or directory
grep: /root/.acme.sh/ca/acme-v01.api.letsencrypt.org/ca.conf: No such file or directory
./acme.sh: 1833: ./acme.sh: cannot create /root/.acme.sh/ca/acme-v01.api.letsencrypt.org/ca.conf: Directory nonexistent
grep: /root/.acme.sh/ca/acme-v01.api.letsencrypt.org/ca.conf: No such file or directory
[Thu Jun 29 20:29:23 CEST 2017] ACCOUNT_THUMBPRINT=‘29yyolVBqcnA-kQhfQ’
[Thu Jun 29 20:29:23 CEST 2017] Creating domain key
[Thu Jun 29 20:29:23 CEST 2017] The domain key is here: /root/.acme.sh/evoub/evb.key
[Thu Jun 29 20:29:23 CEST 2017] Single domain=‘evob’
[Thu Jun 29 20:29:23 CEST 2017] Getting domain auth token for each domain
[Thu Jun 29 20:29:23 CEST 2017] Getting webroot for domain=‘evob’
[Thu Jun 29 20:29:23 CEST 2017] Getting new-authz for domain=‘evob’
[Thu Jun 29 20:29:24 CEST 2017] The new-authz request is ok.
[Thu Jun 29 20:29:24 CEST 2017] Verifying:domain
[Thu Jun 29 20:29:24 CEST 2017] Standalone mode server
[Thu Jun 29 20:29:28 CEST 2017] evob:Verify error:Invalid response from http://evol/.well-known/acme-challenge/NqxgvClMLmsgvTZok:
GET / HTTP/1.1
Host: localhost
User-Agent: acme.sh/2.7.3 (https://github.com/Neilpang/acme.sh)
Accept: /
[Thu Jun 29 20:29:29 CEST 2017] Please add ‘–debug’ or ‘–log’ to check more details.
[Thu Jun 29 20:29:29 CEST 2017] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh