Help needed! I am unable to access www becz of ssl issues

Cold-Egg

Administrator
#3
You need to run, e.g.
"certbot certonly --webroot -w /var/www/html/ -d example.com -d www.example.com" instead of
"certbot certonly --webroot -w /var/www/html/ -d example.com"
So it will apply to both the root domain and the www domain.
 
Top