Certbot on wordpress docker shows error Unable to restart apache using ['apachectl', 'graceful']

It is the folder named in the DocumentRoot for the VirtualHost for this domain. You can also put it in the command line like:

sudo certbot certonly --webroot -w (DocumentRoot folder) -d example.pl -d www.example.pl
3 Likes