Hey everyone,
My site studiohelm.com.au is hosted on DO, and uses a Let’s Encrypt SSL cert which has recently expired. My coding knowledge is limited, so could someone give me a clear description of how to renew it, and while I’m at it, set up auto renewal.
I’ve seen a lot of commands which I believe I need to enter into the Droplet Console, but want to make sure I’m using the right one.
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,
If you need to renew a wildcard certificate, you need to use the following command:
certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory -d “*.example.com” -d example.com
After that you would be asked to add a TXT DNS record for your domain name. This is how your domain name would be verified.
Once you add your TXT record just press Enter and your certificate should get renewed.
Regards, Girijesh
Hi, There is more information needed from you to give you simple steps on how to renew your certificate/-s. As I checked, there is nginx as your web server, isn’t it ? Please, run the command in your DO console, and provide us its result
sudo certbot certificates
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.