Renew a certificate

Roberto Butti
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.

--

--

Roberto Butti
Roberto Butti

Written by Roberto Butti

I’m technophile. Vuejs and Laravel enthusiast! #vuejs #laravel. I love #coding

No responses yet