Certbot & Raspberry Pi: which system to select to install?

The webroot path you gave to certbot earlier was wrong. Should match your DocumentRoot. You can put these on the command line like this:

sudo certbot certonly --webroot -w /var/www/html -d berry314.girod.fi
5 Likes