Accidently Deleted SSL Certifiacte

Fixed it had to create the path /etc/letsencrypt/live/filehb.tech/ because it got deleted from there I had to run sudo certbot certonly --standalone -d filehb.tech which successfully gave me a new certificate. Then, I had to Generate DH Parameters with sudo openssl dhparam -out /etc/letsencrypt/ssl-dhparams.pem 2048. Finally after that, I just had to update and restart nginx and everything is working again. Thank you to everyone for trying to help I learned a lot from this