I ran this command: rm -r /etc/letsencrypt/live/mwiki.taktylstudios.com
can't start the nginx due to this error: systemd[1]: Starting A high performance web server and a reverse proxy server...
nginx[2264]: nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/mwiki.taktylstudios.com>
nginx[2264]: nginx: configuration file /etc/nginx/nginx.conf test failed
systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
systemd[1]: nginx.service: Failed with result 'exit-code'.
systemd[1]: Failed to start A high performance web server and a reverse proxy s>
My web server is (include version): ubuntu 20.4
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 0.40.0
I don't need that cert anymore that's why I deleted it but
upon researching it should not be manually deleted
The contents of the /live/ directory are symlinks to the most recent files in the corresponding /archive/ directory. You can manually recreate the symbolic links.
That's of no use if there are no contents in the /archive/ directory. In that case you need to use a backup or, if no backup is available, issue a new certificate.
Please don't do anything like that [ever again].
Whatever you are trying to do, there should be an instruction for certbot to do it for you [correctly].
OK, just one more but it's long. Then I can give good advice on what to do.
Please show result of sudo nginx -T (skip sudo if you don't need it). Place 3 backticks before and after the output like
```
output of: sudo nginx -T
```
Or, upload the txt file created by doing sudo nginx -T >upload.txt