Have a Question?
< All Topics
Print
Manually Extending SSL to WWW
PostedNovember 24, 2023
UpdatedDecember 9, 2023
Byadmin
Usually CyberPanel will automatically issue Let’s encrypt SSL cert for both www and non-www version of domains, but if in rare case it failed to issue WWW cert , you can extend the SSL for www domain manually.
1. Run command (change example.com to your domain for ALL steps)
certbot certonly --webroot -w /home/example.com/public_html -d example.com -d www.example.com
and enter E during operation
2. Now new cert is issued successfully, we need to replace them with existing ones.
ls -ln /etc/letsencrypt/live/example.com
and finally restart LiteSpeed Web Server.
systemctl restart lsws
Posted
Updated
Byadmin
Tags: