Ubuntu 18 with 8.8.15 SSL Problems..

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
mazmedia
Posts: 3
Joined: Thu Apr 08, 2021 9:37 pm

Ubuntu 18 with 8.8.15 SSL Problems..

Post by mazmedia »

Hi,

i will create a lets encrypt SSL certificate but the problem is:
after:

root@ex:~# certbot-auto certonly --standalone -d xyzzy.com --preferred-challenges http --agree-tos -n -m $EMAIL --keep-until-expiring
Skipping bootstrap because certbot-auto is deprecated on this system.
Your system is not supported by certbot-auto anymore.
Certbot cannot be installed.
Please visit https://certbot.eff.org/ to check for other alternatives.

... have anybody a solution?
User avatar
fs.schmidt
Outstanding Member
Outstanding Member
Posts: 278
Joined: Sat Sep 13, 2014 3:37 am
Location: Brazil
Contact:

Re: Ubuntu 18 with 8.8.15 SSL Problems..

Post by fs.schmidt »

Hello,

Use acme.sh instead: https://github.com/acmesh-official/acme.sh

It generates a let's encrypt certificate without the let's encrypt client and it has a LOT of APIs to for automation.
Best regards.
Fabio S. Schmidt
http://www.bktech.com.br
Brasília - Brazil
mazmedia
Posts: 3
Joined: Thu Apr 08, 2021 9:37 pm

Re: Ubuntu 18 with 8.8.15 SSL Problems..

Post by mazmedia »

Hi,

thx, im looking for web root dir.

-> /home/wwwroot/example.com
Post Reply