Nging & Certbot - Stepulin/general GitHub Wiki
Stop nginx service and try the renewal.
systemctl stop nginx && certbot renew --dry-run
If it is ok, you can renew the certificate and run the nginx service again.
certbot renew && systemctl start nginx