Hello,
I’ve tried to install Flood on my seedbox but Let’s Encrypt install scr**ed up my Apache2.
Here is the detailed journal:
There seem to be a problem in /etc/apache2/sites-enabled/default-ssl.conf at line 39, which displays the cert location.
Let’s Encrypt is supposed to have created the certs in /root/.acme.sh/krg-23.com
but it’s only containing krg-23.com.conf
Now my QB is down and I can’t figure out how to fix this problem. When running box install letsencrypt
(which I did several times), the installer says the following:
bt:~/.acme.sh/krg-23.com# box install letsencrypt
Installing letsencrypt
fatal: destination path ‘acme.sh-master’ already exists and is not an empty directory.
Please enter an administrator email: [email protected]
Please enter a valid domain: krg-23.com
[Wed Sep 6 11:31:13 CEST 2017] It is recommended to install socat first.
[Wed Sep 6 11:31:13 CEST 2017] We use socat for standalone server if you use standalone mode.
[Wed Sep 6 11:31:13 CEST 2017] If you don’t use standalone mode, just ignore this warning.
[Wed Sep 6 11:31:13 CEST 2017] Installing to /root/.acme.sh
[Wed Sep 6 11:31:13 CEST 2017] Installed to /root/.acme.sh/acme.sh
[Wed Sep 6 11:31:14 CEST 2017] Installing alias to ‘/root/.bashrc’
[Wed Sep 6 11:31:14 CEST 2017] OK, Close and reopen your terminal to start using acme.sh
[Wed Sep 6 11:31:14 CEST 2017] Installing cron job
13 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
[Wed Sep 6 11:31:14 CEST 2017] Good, bash is found, so change the shebang to use bash as preferred.
[Wed Sep 6 11:31:15 CEST 2017] OK
[Wed Sep 6 11:31:15 CEST 2017] Please install socat tools first.
[Wed Sep 6 11:31:15 CEST 2017] _on_before_issue.
And no cert is created.
I’m at a loss here because I’m not at ease with all that is certificate… And I thought box install letsencrypt would do everything smoothly.
Thank you for your help because I don’t know how to revert back to make my QB accessible again