Hey I have an existing litespeed wordpress installation and want to change the certificate bc my domain is going to change. So I need a new certificate.
Can someone please tell me which script / command gets executed for a fresh wordpress installation where the command promp asks for the domain name? I try to avoid manual configuration and hope that this script will do the work for me.
I tried with certbot but it doesn’t know how to configure my installation:
Certbot doesn't know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run "certbot certonly" to do so. You'll need to manually configure your web server to use the resulting certificate.
The first-run-script asking for all the information will do everything right?
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi,
That script is for the first time setup only. If you only want to change the domain, please follow the doc to do it manually. https://docs.litespeedtech.com/cloud/images/wordpress/#step-2-add-domain-to-listener
ufw allow 7080
certbot certonly --webroot -w /var/www/html/ -d example.com -d www.example.com
Hope it helps.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.