You showed how easy it is to set up Lets encrypt with nextcloud. Can you show us the commandline needed to simply renew the certificat ? Lets encrypt need to renew every 90 days.
Thanks in advance !
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @jeremyhcampbell,
If you have Certbot installed(usually if you follow the tutorials, you’ll have it) it should have autorenew already configured.
If you want to be sure, you can create a cronjob to run certbot every 2 months.To do that, execute
crontab -e
and at the bottom add:
0 0 1 */2 * certbot renew
Heya,
On top of what’s already been mentioned, NextCloud is also available as a one-click installation app via our marketplace:
https://marketplace.digitalocean.com/apps/nextcloud
During the installation, you will be asked to configure SSL and also configure the renewal. The process is relatively the same as the steps provided by KFSyS
https://docs.digitalocean.com/support/how-can-i-renew-lets-encrypt-certificates/
Regards
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
