(12-25-2019, 01:10 AM)FernandoGarcia Wrote: You cant' run:It doesn't work anymore using ubuntu 20.04
Code:./letsencrypt-auto certonly --standalone -d example.com -d http://www.example.com
Before:
Code:apt-get install git
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
Also don't forget to make letsencrypt-auto executable.
Code:chmod +x letsencrypt-auto
root@panel:~/letsencrypt/letsencrypt-auto-source# ./letsencrypt-auto --help 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.