Renew a certificate
1 min readFeb 13, 2018
If you need to renew a certificate, you need to stop Nginx service, then renew the certificate and restart Nginx.
service nginx stop
sudo certbot renew
service nginx start
You need to stop Nginx because the renew process needs to use http port 80 and https port 443.