Error in a Linux Hosting

Hello folks.

I’m trying to install the certificate in a Linux Hosting (Bluehost Brasil), on my cPanel. My PHP version in on 5.6, and I trying to ran the following comands

ssh username@hostname
git clone https://github.com/kelunik/acme-client
cd acme-client
php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);”; php composer-setup.php; php -r “unlink(‘composer-setup.php’);”; php composer.phar install --no-dev
php bin/acme setup --server letsencrypt --email your@email.com

php bin/acme issue --domains domain.com:www.domain.com --path /home/username/public_html:/home/username/public_html --server letsencrypt

But the certificate is not generates in the path

cd /home/username/acme-client/data/certs/acme-v01.api.letsencrypt.org.directory/domain.com

as this is a client specific question I suggest you raise it as an issue on the authors github

it’s hard to troubleshoot errors for clients that are written by other people

Andrei

@kelunik is a member of this forum, but hasn’t been active here very recently.

Follow this post for Ubuntu server : https://easypromocode.com/how-to-install-lets-encrypt-free-ssl-on-linux-vps-server/

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.