Author Topic: Autossl not working - acme not installed  (Read 3287 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Autossl not working - acme not installed
« on: April 23, 2019, 09:50:11 AM »
Hello
i use 0.9.8.796
but admin and user could not use autossl and wait on validating status , with no error log and output result.

i try this command to sure acme was installed on my server : ls -lah /root/.acme.sh
but there is no folder , then i decide to install acme manually using below command :
$ cd /tmp/
$ git clone https://github.com/Neilpang/acme.sh.git
$ cd acme.sh/
# ./acme.sh --install

Now "ls -lah /root/.acme.sh" is ok

but problem exist yet .

how can i find log of autossl? where is store?
how can i solve this problem?
is it normal acme not installed by cwp automatically?

Best regards