Hi everyone,
I'm following this guide :
But when I try
sudo apt update
sudo apt install certbot certbot-nginx
I get
I tried to install just the certbot package, but certbot-nginx seem to be required for the next step -->
certbot certonly --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Could not choose appropriate plugin: The requested nginx plugin does not appear to be installed
I assume I should add a repository compatible with my distribution ?
How could I achieve that ?
Thanks.