I followed this fantastic tutorial and got my domain running under https succesfully.
But when the certificate expires in may, what do i need to do?
Do I just need to run the following command to renew it and all the configuration i did already is still valid:
sudo letsencrypt certonly -a webroot --webroot-path=/var/www/html -d example.com -d www.example.com
Or do I need to go through the rest of the steps?
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.
As mentioned by @kirinlin – inside the guide above, using sudo letsencrypt renew
would be the way to go when it come to renewing all certificates, whether you have one or multiple.
Click below to sign up and get $100 of credit to try our products over 60 days!
You can follow the step 3 in this toturial: How To Secure Apache with Let’s Encrypt on Ubuntu 16.04 | DigitalOcean