How to revoke SSL certificate created during Ghost installation

For technical reasons, I need to revoke the SSL certificate created during installation. Normally, if certbot created it, it would be:

$ sudo certbot revoke --cert-path /etc/letsencrypt/live/domain-name.com/fullchain.pem

I’ve tried:

$ sudo certbot revoke --cert-path /etc/letsencrypt/domain-name.com/fullchain.pem

Please help.
Thanks.

I uninstalled Ghost and reinstalled it again and a new certificate was issued.

$ ghost uninstall
$ sudo rm -rf /var/www/domain-name.com
$ sudo service nginx restart